BigRational.Decrement Operator

Decrements a value.

Definition

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

Parameters

value  BigRational
The value to decrement.

Return Value

BigRational
The result of decrementing value.

Implements

IDecrementOperators<TSelf>.Decrement(TSelf)

See Also