Converts this NullableDouble instance to a NullableInt64.
A NullableInt64 that is NullableInt64.Null if this NullableDouble is Null otherwise a NullableInt64 whose NullableInt64.Value equals the Value of this instance.
| Exception Type | Condition |
|---|---|
| OverflowException | This NullableDoubleValue is a number that is less than NullableInt64.MinValue or greater than NullableInt64.MaxValue. |
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