Example Node: Multiply Float#
Example node that performs a simple multiplication
Installation#
To use this Node, you must enable omni.graph.examples.cpp
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
value |
|
1st multiplicand |
|
multiplier |
|
2nd multiplicand |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
value |
|
Product of value and multiplier |