testOutOfRange

open fun testOutOfRange(input: Double): Int

Check if a given input will be out of range by this LUT.

Return

1 if the input is too large, -1 if it is too small, 0 if it is within bounds.

Parameters

input

the value to check