Reference

Components
Poly to PolyInt
Description
The Poly to PolyInt primitive converts Poly signals to PolyInt signals by rounding float values to the nearest integer above or below.
Example
A float value of 1.4 would be converted to an integer value of 1. However, a float value of 1.6 would be converted to an integer value of 2
because 1.6 is closer to 2 than it is to 1.
Note that to round to the nearest integer below all you need to do is subtract 0.5 from the Poly signal before running it through the Poly to
PolyInt component.
Connectors
Inputs Type Outputs Type
Poly stream (which contains
floating point numbers)
Poly PolyInt stream
containing the same
numbers rounded to
the nearest integer
value
PolyInt
341 of 494