Houdini 20.0 Nodes APEX Nodes

array::Multiply<T>

Multiplies two arrays element-wise.

On this page
Since 20.0

Multiplies arrays a and b element-wise. If the arrays have different lengths, an error is raised.

Inputs

a: FloatArray, IntArray, Vector2Array, Vector3Array, Vector4Array

The first array.

b: FloatArray, IntArray, Vector2Array, Vector3Array, Vector4Array

The second array.

Outputs

result: FloatArray, IntArray, Vector2Array, Vector3Array, Vector4Array

An array with elements that are the element-wise product of arrays a and b.

See also

APEX Nodes