Float Remainder
Computes the floating point remainder of “A” / “B”. If “B” is zero, then the result is zero. The returned value has the same sign and shape as “A”.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
A (inputs:a) |
|
The numerator “A” from which the floating point remainder will be computed. |
None |
B (inputs:b) |
|
The numerator “B” from which the floating point remainder will be computed. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Result (outputs:result) |
|
The floating point remainder of “A” / “B”, which should have the same sign and shape as “A”. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.FMod |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Float Remainder |
Categories |
math:operator |
Generated Class Name |
OgnFModDatabase |
Python Module |
omni.graph.nodes |