BACnet.Ashrae.LogRecord.LogDatumType.NewRealValue C# (CSharp) Méthode

NewRealValue() public static méthode

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