Big Rational.Greater Than Or Equal Operator
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Greater | Determines if a rational number is greater than or equal to another and returns the result. |
Greater | Determines if a rational number is greater than or equal to another and returns the result. |
Greater | Determines if a rational number is greater than or equal to another and returns the result. |
GreaterThanOrEqual(BigRational, BigInteger) Operator
Determines if a rational number is greater than or equal to 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 greater than or equal to right; otherwise false.
GreaterThanOrEqual(BigRational, BigRational) Operator
Determines if a rational number is greater than or equal to 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 greater than or equal to right; otherwise false.
GreaterThanOrEqual(BigRational, Int32) Operator
Determines if a rational number is greater than or equal to 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 greater than or equal to right; otherwise false.