Command Reference : Function Reference : Function Reference: B
  
 
@bounds
Bounded values.
Syntax: @bounds(x, y, z)
x: number
y: number
z: number
Return: number
Returns if , or the boundary values if or if .
Examples
= @bounds(x, 0, 1)
returns the value of x if x is in the unit interval, 0 if x is negative, and 1 if x is greater than 1.