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. |
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableDecimal Class | TechTalk.Genome.NullableTypes Namespace | NullableDecimal Constructor Overload List