Checks if value a is greater than or equal to value b.
a
b
true if a is greater than or equal to b, false otherwise.
true
false
The first double value to check.
The second double value to check.