TechTalk Genome v4.2

NullableUInt64 Ones Complement Operator 

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

public static NullableUInt64 operator ~(
   NullableUInt64 x
);

Parameters

x
A NullableUInt64 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

NullableUInt64 Class | TechTalk.Genome.NullableTypes Namespace