Converts the NullableDouble parameter to a NullableDecimal structure.
Null if x is NullableDouble.Null otherwise a new NullableDecimal structure constructed from the NullableDouble.Value of x.
| Exception Type | Condition |
|---|---|
| OverflowException | x value is a number that is less than
MinValue or greater than
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
NullableDecimal Class | TechTalk.Genome.NullableTypes Namespace