Converts this NullableDouble instance to a NullableInt32.
A NullableInt32 that is Null if this NullableDouble is Null otherwise a NullableInt32 whose Value equals the Value of this instance.
Exception Type | Condition |
---|---|
OverflowException | This NullableDoubleValue is a number that is less than MinValue or greater than MaxValue. |
NullableDouble Class | NullableTypes Namespace