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