ProtoFlux:Mul

From Resonite Wiki
Revision as of 23:19, 9 February 2024 by 989onan (talk | contribs) (added example and category)
X
A
*
B
Operators

Multiply or Mul is a node that allows you to perform various multiplications on a regular calculator or more complex ones like Quaternion multiplication or vector multiplication.

Inputs

A (Sudo-Generic)

A numeric value to multiply with B.

B (Sudo-Generic)

A numeric value to multiply with A.

Outputs

* (Sudo-Generic)

The Multiplication of A (Sudo-Generic) and B (Sudo-Generic).

Examples