BigInteger.Negate Method

Returns a BigInteger with the opposite sign.

Definition

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

Parameters

value  BigInteger
A BigInteger.

Return Value

BigInteger

See Also