NullableTypes Class Library

NullableDouble.ToNullableBoolean Method 

Converts this NullableDouble instance to a NullableBoolean.

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

Return Value

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

See Also

NullableDouble Class | NullableTypes Namespace