Houdini 20.0 Nodes APEX Nodes

array::Divide<T>

Divides two arrays element-wise.

On this page
Since 20.0

Divides the dividend array by the divisor array element-wise. If the arrays have different lengths, an error is raised.

Inputs

dividend: FloatArray, IntArray, Vector2Array, Vector3Array, Vector4Array

An array whose elements are divided by the elements of the divisor array.

divisor: FloatArray, IntArray, Vector2Array, Vector3Array, Vector4Array

An array whose elements divide into the elements of the dividend array.

Outputs

result: FloatArray, IntArray, Vector2Array, Vector3Array, Vector4Array

An array with elements that are the result of the element-wise division, dividend/divisor.

See also

APEX Nodes