Skip to main content

In Range

Check if a value is within a specified range (inclusive).

Written by Holly Conrad Smith
Updated over a month ago

Inputs:

Value (number): The value to check.

Min (number): The minimum value of the range.

Max (number): The maximum value of the range. Defaults to 1.

Outputs:

Result (boolean): Whether the value is within the range.

Did this answer your question?