ProtoFlux:Is Between

From Resonite Wiki
Is Between
Value
*
Min
Max
Math

The Is Between node determines whether a number lies between two other numbers, inclusive, on the real number line.

Inputs

Value (Pseudo-generic)

The number to evaluate.

Min (Pseudo-generic)

The min to compare Value to.

Max (Pseudo-generic)

The max to compare Value to.

Outputs

* (Bool)

True if Value resides between Min and Max on the real number line, inclusive. False otherwise.

See Also