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

Parameters

exponent
Type: System.SByte
Constant exponent value.
nullMantissa
Type: System.Int64
Mantissa NULL value.
See Also