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