lte

Checks if value a is smaller than or equal to value b.

Return

true if a is less than or equal to b, false otherwise.

Parameters

a

The first double value to check.

b

The second double value to check.