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

NewSignedValue() public static method

public static NewSignedValue ( int signedValue ) : LogDatumType
signedValue int
return LogDatumType
            public static LogDatumType NewSignedValue(int signedValue)
            {
                return new SignedValueWrapper(signedValue);
            }