BigFloat.Decrement Operator

Decrements 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 decrement.

Return Value

BigFloat
The result of decrementing value.

Implements

IDecrementOperators<TSelf>.Decrement(TSelf)

See Also