Reference

Components
Multiply Float Array Pair
Description
This primitive multiplies each entry in the input array by the entry at the same index in a second float array. If the arrays are different sizes
then the larger of the two is truncated to the length of the smaller one.
Connectors
Inputs Type Outputs Type
First Array
Float Array Array of multiplied
values
Float Array
Second Array
Float Array
263 of 494