Converts the NullableSingle parameter to a NullableDouble structure.
Null if x is Null otherwise a new NullableDouble structure constructed from the Value of x.
The xNullableSingle value is rounded to the nearest Double value. If the Single value is NaN, the result is also NaN.
NullableDouble Class | NullableTypes Namespace