Minimum
Computes the minimum of two or more inputs. If one input has a higher dimension than the others, then the input with lower dimension will be repeated to match the dimension of the higher dimension input (broadcasting). Examples: scalar * tuple -> tuple, tuple * array of tuples -> array of tuples, scalar * array of tuples -> array of tuples. To add/remove extra inputs on this node, select the node and press the small “+”/”-” buttons in the bottom-right corner of the “Inputs” widget in the “Property” window.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
A (inputs:a) |
|
First value in the set of all inputs from which the minimum will be computed. |
None |
B (inputs:b) |
|
Second value in the set of all inputs from which the minimum will be computed. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Minimum (outputs:minimum) |
|
Minimum of all input values “A”, “B”, etc. This attribute’s dimension will match the highest- dimensioned input (e.g. if “A” is an array of tuples while “B” is a double, then the output will also be an array of tuples). |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.Minimum |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Minimum |
Categories |
math:operator |
Generated Class Name |
OgnMinimumDatabase |
Python Module |
omni.graph.nodes |