Math.MultiplyAdd¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
The values to multiply by the scalar. | FloatFloat2Float3Float4Audio[Any] |
||
Output ➡️ |
The result of input * Scalar + Adding. | FloatFloat2Float3Float4Audio[Any] |
||
Adding |
No | The values to add after multiplication. | 0 |
FloatVar(Float)Float2Var(Float2)Float3Var(Float3)Float4Var(Float4)AudioVar(Audio)[Any]Var([Any]) |
Scalar |
No | The scalar multiplier for the input. | 1 |
FloatVar(Float) |
Performs fused multiply-add: output = input * Scalar + Adding. Useful for mixing audio signals or weighted accumulation.