forwardDecimal64Ref Constructor (Int64)   Table of ContentDecimal64Ref Constructor (SByte, Int64)forward
Decimal64Ref Constructor (Int64, 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 Decimal64Ref(
	long nullMantissa,
	byte* buffer
)

Parameters

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