TechTalk Genome v4.2

NullableUInt32 Ones Complement Operator 

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

public static NullableUInt32 operator ~(
   NullableUInt32 x
);

Parameters

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

NullableUInt32 Class | TechTalk.Genome.NullableTypes Namespace