Big Float.Greater Than Or Equal Operator
Returns whether a BigFloat is greater than or equal to another.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if left is greater than or equal to right; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool operator >=(
BigFloat left,
BigFloat right
)
Parameters
Return Value
Booleantrue if left is greater than or equal to right; otherwise false.