Bounds

Keeps a value between an upper and a lower bound. For example if the lower bound is 3 and the upper bound is 8, the value will always be a number between 3.0 and 8.0. The lower bound may not be greater than or equal to the upper bound.

Inputs

  • Value (Number)
  • Lower (Number)
  • Upper (Number)

Outputs

  • Value (Number)