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