NullableTypes Class Library

NullableSingle.ToNullableBoolean Method 

Converts this NullableSingle instance to a NullableBoolean.

[Visual Basic]
Public Function ToNullableBoolean() As NullableBoolean
[C#]
public NullableBoolean ToNullableBoolean();

Return Value

A NullableBoolean that is Null if this NullableSingle is Null, False if this instance Value is Zero otherwise True.

See Also

NullableSingle Class | NullableTypes Namespace