NullableTypes Class Library

NullableInt64.OnesComplement Method 

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

[Visual Basic]
Public Shared Function OnesComplement( _
   ByVal x As NullableInt64 _
) As NullableInt64
[C#]
public static NullableInt64 OnesComplement(
   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