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

RealWrapper() public method

public RealWrapper ( float item ) : System
item float
return System
            public RealWrapper(float item)
            {
                this.Item = item;
            }
PriorityValue.RealWrapper