BigFloat.Increment Operator

Increments a value.

Definition

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

Parameters

value  BigFloat
The value to increment.

Return Value

BigFloat
The result of incrementing value.

Implements

IIncrementOperators<TSelf>.Increment(TSelf)

See Also