Multiply Double (Python)
Example node that multiplies 2 doubles together
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 |