Converts the NullableDouble parameter to a NullableInt32 structure.
Null if x is Null otherwise a new NullableInt32 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. |
NullableInt32 Class | NullableTypes Namespace