Houdini 20.5 Nodes APEX nodes

Divide<T>

Calculates the quotient of the input values.

On this page
Since 20.0

Divides a by the product of the values wired into b. The quotient of the division has the same type as the dividend a.

Operation

Result

Scalar / Scalar

Scalar division

Vector / Scalar

Scalar division of each vector component

Vector / Vector

Component-wise division

Inputs

a: Float, Int, Vector3

The dividend for the division.

b: VariadicArg<Float>, VariadicArg<Int>, VariadicArg<Vector3>

A variadic input of divisors for the division operation.

Outputs

result: Float, Int, Vector3

The result of dividing a by the product of the values wired into b.

See also

APEX nodes