TechTalk Genome v4.2

NullableInt64 Ones Complement Operator 

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

public static NullableInt64 operator ~(
   NullableInt64 x
);

Parameters

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

NullableInt64 Class | TechTalk.Genome.NullableTypes Namespace