TechTalk Genome v4.2

NullableBoolean.OnesComplement Method 

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

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.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace