Click or drag to resize
Accord.NET (logo)

RationalDecrement Operator

Decrements a Rational value.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static Rational operator --(
	Rational x
)
Request Example View Source

Parameters

x
Type: Accord.MathRational
A Rational.

Return Value

Type: Rational
The idecremented Rational.
See Also