Converts the NullableDouble parameter to a NullableInt64 structure.
Null if x is Null otherwise a new NullableInt64 structure constructed from the Value of x.
Exception Type | Condition |
---|---|
OverflowException | x value is a number that is less than MinValue or greater than MaxValue. |
NullableInt64 Class | NullableTypes Namespace