ProtoFlux:Mul

From Resonite Wiki
Revision as of 00:26, 19 February 2024 by 989onan (talk | contribs) (fix symbol)
×
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