BigInteger.OnesComplement Operator

Returns the one's complement of a BigInteger.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigInteger operator ~(
	BigInteger value
)

Parameters

value  BigInteger
A BigInteger.

Return Value

BigInteger
The BigInteger that is the one's complement of value.

See Also