beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayCeil Op



ArrayCeil
Namespace: Ops.Array

Op author: andro

Round numbers up


Use to convert floating point values to integers
An array with the values [0.5,1.2,4.8]
Will become [1,2,5]



Inputs

In (Array)

Array in

Outputs

Result (Array)

Array out


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using ArrayCeil

  • Public
  • My Patches

Changelog


fixed array length is now correctly updated
2019-05-08 - andro

2019-05-16 - pandur