Click or drag to resize
Accord.NET (logo)

RationalLessThanOrEqual Operator

Gets whether a Rational values is less than or equal to 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 less than or equal to y; otherwise false.
See Also