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