NullableTypes Class Library

NullableDecimal.ToNullableDouble Method 

Converts this NullableDecimal instance to a NullableDouble.

[Visual Basic]
Public Function ToNullableDouble() As NullableDouble
[C#]
public NullableDouble ToNullableDouble();

Return Value

A NullableDouble that is Null if this NullableDecimal is Null otherwise a NullableDouble whose Value equals the Value of this instance.

See Also

NullableDecimal Class | NullableTypes Namespace