Initializes a new instance of the NullableDecimal structure from parameters specifying the instance's constituent parts.
The binary representation of a Decimal number consists of a 1-bit sign, a 96-bit integer number, and a scaling factor used to divide the integer number and specify what portion of it is a decimal fraction. The scaling factor is implicitly the number 10 raised to an exponent ranging from 0 to 28.
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | scale is greater than 28. |
NullableDecimal Class | NullableTypes Namespace | NullableDecimal Constructor Overload List