Decimal32Ref Constructor (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(
int nullMantissa,
byte* buffer
)
Parameters
- nullMantissa
- Type: System.Int32
Mantissa NULL value. - buffer
- Type: System.Byte*
Buffer which contains decimal value.
See Also