TechTalk Genome v4.2

NullableInt32 Ones Complement Operator 

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

public static NullableInt32 operator ~(
   NullableInt32 x
);

Parameters

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

NullableInt32 Class | TechTalk.Genome.NullableTypes Namespace