NullableTypes Class Library

NullableDouble Explicit NullableTypes.NullableDouble to System.Double Conversion 

Converts a NullableDouble to a Double.

[Visual Basic]
returnValue = NullableDouble.op_Explicit(x)
[C#]
public static explicit operator double(
   NullableDouble x
);

Parameters

x
A NullableDouble to convert.

Return Value

A Double set to the Value of the NullableDouble.

Exceptions

Exception TypeCondition
NullableNullValueExceptionx is Null.

See Also

NullableDouble Class | NullableTypes Namespace