Ceiling
Compute the ceiling value of a scalar, array of scalars, vector, or array of vectors; in the latter three cases the operator is applied to every single scalar element in the corresponding structures. The ceiling (sometimes shortenend to ceil) of a real number “A” is defined to be the smallest possible integer that is still greater than or equal to “A”.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
A (inputs:a) |
|
The scalar(s) or vector(s) to compute the ceil of. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Result (outputs:result) |
|
The original input “A” with the ceil operator applied to each member. The structure of the result, arrays and tuples, will mirror that of the input. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.Ceil |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Ceiling |
Categories |
math:operator |
Generated Class Name |
OgnCeilDatabase |
Python Module |
omni.graph.nodes |