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]
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
In (Array)
Array in
Outputs
Result (Array)
Array out
Patches using ArrayCeil
Changelog
fixed array length is now correctly updated 2019-05-08 - andro | |
2019-05-16 - pandur |