The ceiling function (ceil) rounds up an input value to the nearest whole number, unless the input number is already whole.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | The number to be rounded up. Primary Input | f32[]f32f64[]f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64f64[]f32f32[] |