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

float

1st multiplicand

multiplier

float

2nd multiplicand

Outputs#

Name

Type

Description

Default

value

double

Product of value and multiplier