NullableTypes Class Library

NullableInt32.OnesComplement Method 

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

[Visual Basic]
Public Shared Function OnesComplement( _
   ByVal x As NullableInt32 _
) As NullableInt32
[C#]
public static NullableInt32 OnesComplement(
   NullableInt32 x
);

Parameters

x
A NullableInt32 structure.

Return Value

Null if x is Null otherwise the one's complement of x.

See Also

NullableInt32 Class | NullableTypes Namespace