ArrayCeil Op
Round numbers up
Summary (oneliner)
Use to convert floating point values to integers
An array with the values [0.5,1.2,4.8]
Will become [1,2,5]
Full Name
- Ops.Array.ArrayCeil
- 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)
Array in
OUTPUT PORTS
Result (Array)
Array out