Decimal32Ref Constructor (SByte, Int32, Byte) |
Constructor.
Namespace:
OnixS.SimpleBinaryEncoding
Assembly:
OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntaxpublic Decimal32Ref(
sbyte exponent,
int nullMantissa,
byte* buffer
)
Parameters
- exponent
- Type: System.SByte
Constant exponent value. - nullMantissa
- Type: System.Int32
Mantissa NULL value. - buffer
- Type: System.Byte*
Buffer which contains decimal value.
See Also