forwardDecimal32Ref Constructor (Int32)   Table of ContentDecimal32Ref Constructor (SByte, Int32)forward
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)
Syntax
C#
public Decimal32Ref(
	int nullMantissa,
	byte* buffer
)

Parameters

nullMantissa
Type: System.Int32
Mantissa NULL value.
buffer
Type: System.Byte*
Buffer which contains decimal value.
See Also