ArrayRound Op
Round numbers up
Summary (oneliner)
<p>Use to convert floating point values to integers An array with the values [0.5,1.2,4.8] Will become [1,2,5]</p>
Full Name
- Ops.Array.ArrayRound
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayFloor example file
INPUT PORTS
In (Array)
<p>Array in</p>
Method index (Number:
<i>integer</i>
)Decimal Places (Number:
<i>integer</i>
)OUTPUT PORTS
Result (Array)
<p>Array out</p>