Ceiling
Computes the ceil of the given decimal number a, which is the smallest integral value greater than a
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
A (a) |
|
The decimal number |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Result (result) |
|
The ceil of the input a |