NullableTypes Class Library

NullableInt64 Ones Complement Operator 

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

[Visual Basic]
returnValue = NullableInt64.op_OnesComplement(x)
[C#]
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.

See Also

NullableInt64 Class | NullableTypes Namespace