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

NewIntegerScale() public static method

public static NewIntegerScale ( int integerScale ) : Scale
integerScale int
return Scale
        public static Scale NewIntegerScale(int integerScale)
        {
            return new IntegerScaleWrapper(integerScale);
        }