Subtract Double (Python)#
Example node that subtracts 2 doubles from each other
Installation#
To use this Node, you must enable omni.graph.examples.python
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
a |
|
Input a |
0 |
b |
|
Input b |
0 |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
out |
|
The result of a - b |