Click or drag to resize
BigRationalLessThanOrEqual Operator

[This is preliminary documentation and is subject to change.]

Implements the operator <=.

Namespace: NForza.Transit.Numerics
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static bool operator <=(
	BigRational x,
	BigRational y
)

Parameters

x
Type: NForza.Transit.NumericsBigRational
The x.
y
Type: NForza.Transit.NumericsBigRational
The y.

Return Value

Type: Boolean
The result of the operator.
See Also