lt

fun lt(a: Double, b: Double): Boolean(source)

Checks if value a is strictly smaller than value b.

Return

true if a is greater than zero, false otherwise.

Parameters

a

The double value to check.