Click or drag to resize
Accord.NET (logo)

RationalModulus Operator

Gets the remainder that results from dividing two Rational values.

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

Parameters

x
Type: Accord.MathRational
A Rational.
y
Type: Accord.MathRational
A Rational.

Return Value

Type: Rational
The remainder that results from dividing the Rational values.
See Also