BigInteger.Increment Operator

Increments a value.

Definition

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

Parameters

value  BigInteger
The value to increment.

Return Value

BigInteger
The result of incrementing value.

Implements

IIncrementOperators<TSelf>.Increment(TSelf)

See Also