math.in.range
Syntax
- b := math.in.range(nlower,nval,nupper)
Find if the value falls in the bounds provided (inclusive).
Return true if the value nval falls within the bounds given by n1ower and nupper. These values can be integers, floats, or vectors. If they are vectors, then each component must fall within the bounds.
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Aug 13, 2024 |