NullableTypes Class Library

NullableDecimal.ToDouble Method 

Converts this NullableDecimal instance to a Double.

[Visual Basic]
Public Function ToDouble() As Double
[C#]
public double ToDouble();

Return Value

A Double whose value equals the Value of this instance.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableDecimal Class | NullableTypes Namespace