Returns a value that indicates whether a specified float value is greater than or equal to another specified float value.
true if left is greater than or equal to right; otherwise, false.
The float.op_GreaterThanOrEqual(float, float) method defines the operation of the greater-than-or-equal operator for float values.