Big Rational.Less Than Operator
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Less | Determines if a rational number is less than another and returns the result. |
Less | Determines if a rational number is less than another and returns the result. |
Less | Determines if a rational number is less than another and returns the result. |
LessThan(BigRational, BigInteger) Operator
Determines if a rational number is less than another and returns the result.
public static bool operator <(
BigRational left,
BigInteger right
)
Parameters
- left BigRational
- A rational number.
- right BigInteger
- A rational number.
Return Value
Booleantrue if left is less than right; otherwise false.
LessThan(BigRational, BigRational) Operator
Determines if a rational number is less than another and returns the result.
public static bool operator <(
BigRational left,
BigRational right
)
Parameters
- left BigRational
- A rational number.
- right BigRational
- A rational number.
Return Value
Booleantrue if left is less than right; otherwise false.
LessThan(BigRational, Int32) Operator
Determines if a rational number is less than another and returns the result.
public static bool operator <(
BigRational left,
int right
)
Parameters
- left BigRational
- A rational number.
- right Int32
- A rational number.
Return Value
Booleantrue if left is less than right; otherwise false.