BACnet.Ashrae.LogRecord.LogDatumType.NewRealValue C# (CSharp) 메소드

NewRealValue() 공개 정적인 메소드

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