Converts the NullableDouble parameter to a NullableSingle structure.
Null if x is Null otherwise a new NullableSingle structure constructed from the Value of x.
The xNullableDouble value is rounded to the nearest Single value. If the Double value is too small to represent as a Single, the result becomes positive zero or negative zero. If the Double value is too large to represent as a Single, the result becomes positive infinity or negative infinity. If the Double value is NaN, the result is also NaN.
NullableSingle Class | NullableTypes Namespace