Converts this NullableSingle instance to a NullableDecimal.
A NullableDecimal that is Null if this NullableSingle is Null otherwise a NullableDecimal 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 -or- Value is NaN, PositiveInfinity, or NegativeInfinity. |
NullableSingle Class | NullableTypes Namespace