Click or drag to resize
Accord.NET (logo)

RationalGreaterThan Operator

Gets whether a Rational values is greater than another.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static bool 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: Boolean
True if x is greater than y; otherwise false.
See Also