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