NullableTypes Class Library

NullableDouble Explicit NullableTypes.NullableBoolean to NullableTypes.NullableDouble Conversion 

Converts the NullableBoolean parameter to a NullableDouble structure.

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

Parameters

x
A NullableBoolean to be converted to a NullableDouble structure.

Return Value

Null if x is Null otherwise a new NullableDouble structure constructed from the ByteValue of x.

See Also

NullableDouble Class | NullableTypes Namespace