ProtoFlux:IsBetween

From Resonite Wiki
Revision as of 00:24, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Is Between to ProtoFlux:IsBetween: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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