gt

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

Checks if value a is strictly greater than value b.

Return

true if a is greater than b, false otherwise.

Parameters

a

The first double value to check.

b

The second double value to check.