NullableTypes Class Library

NullableInt16.OnesComplement Method 

1's complement of a NullableInt16 value

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

Parameters

x
NullableInt16 value

Return Value

1's complement of x

See Also

NullableInt16 Class | NullableTypes Namespace