BigInteger.Negate Method

Returns a BigInteger with the opposite sign.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static BigInteger Negate(
	BigInteger value
)

Parameters

value  BigInteger
A BigInteger.

Return Value

BigInteger

See Also