NullableTypes Class Library

NullableSingle Explicit NullableTypes.NullableBoolean to NullableTypes.NullableSingle Conversion 

Converts the NullableBoolean parameter to a NullableSingle structure.

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

Parameters

x
A NullableBoolean to be converted to a NullableSingle structure.

Return Value

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

See Also

NullableSingle Class | NullableTypes Namespace