Floor
Compute the floor 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 floor of a real number “A” is defined to be the largest possible integer that is still less 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 floor of. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Result (outputs:result) |
|
The original input “A” with the floor operator applied to each scalar value. The structure of the result, arrays and tuples, will mirror that of the input. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.Floor |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Floor |
Categories |
math:operator |
Generated Class Name |
OgnFloorDatabase |
Python Module |
omni.graph.nodes |