Wraps the input angle to a value within the range you specify with angle range.

Wire data to any of the angle inputs to determine the polymorphic instance to use or manually select the instance.


icon

This VI wraps an angle to a value within the angle range you specify.

For example, if angle units is degree in, degree out and angle range is 0 to 360, the VI wraps the angle according to the following formula.

y = x – 360 * floor(x/360)

where x is angle in and y is angle out.