NullableTypes Class Library

NullableSingle.ToNullableInt32 Method 

Converts this NullableSingle instance to a NullableInt32.

[Visual Basic]
Public Function ToNullableInt32() As NullableInt32
[C#]
public NullableInt32 ToNullableInt32();

Return Value

A NullableInt32 that is Null if this NullableSingle is Null otherwise a NullableInt32 whose Value equals the Value of this instance.

Exceptions

Exception TypeCondition
OverflowException This NullableSingleValue is a number that is less than MinValue or greater than MaxValue.

See Also

NullableSingle Class | NullableTypes Namespace