NullableTypes Class Library

NullableBoolean.OnesComplement Method 

Performs a one's complement operation on the supplied NullableBoolean structure.

[Visual Basic]
Public Shared Function OnesComplement( _
   ByVal x As NullableBoolean _
) As NullableBoolean
[C#]
public static NullableBoolean OnesComplement(
   NullableBoolean x
);

Parameters

x
A NullableBoolean structure.

Return Value

Null if x is Null otherwise the one's complement of x.

See Also

NullableBoolean Class | NullableTypes Namespace