isBetween

fun isBetween(lower: Double, upper: Double): Trigger

Creates a trigger that is active while this input's value is within lower, upper (inclusive).


Creates a trigger that is active while this input's value is within range (inclusive).