BACnet.Ashrae.PriorityValue.NewReal C# (CSharp) Method

NewReal() public static method

public static NewReal ( float real ) : PriorityValue
real float
return PriorityValue
        public static PriorityValue NewReal(float real)
        {
            return new RealWrapper(real);
        }