BACnet.Ashrae.LogRecord.LogDatumType.NewRealValue C# (CSharp) Method

NewRealValue() public static method

public static NewRealValue ( float realValue ) : LogDatumType
realValue float
return LogDatumType
            public static LogDatumType NewRealValue(float realValue)
            {
                return new RealValueWrapper(realValue);
            }