BACnet.Ashrae.Scale.IntegerScaleWrapper.IntegerScaleWrapper C# (CSharp) Method

IntegerScaleWrapper() public method

public IntegerScaleWrapper ( int item ) : System
item int
return System
            public IntegerScaleWrapper(int item)
            {
                this.Item = item;
            }
Scale.IntegerScaleWrapper