Converts this NullableDouble instance to a NullableDecimal.
A NullableDecimal that is NullableDecimal.Null if this NullableDouble is Null otherwise a NullableDecimal whose NullableDecimal.Value equals the Value of this instance.
| Exception Type | Condition |
|---|---|
| OverflowException |
This NullableDoubleValue is a number that
is less than NullableDecimal.MinValue or greater than
NullableDecimal.MaxValue -or- Value is Double.NaN, Double.PositiveInfinity, or Double.NegativeInfinity. |
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableDouble Class | TechTalk.Genome.NullableTypes Namespace