Houdini 20.0 Nodes APEX Nodes

Divide<T>

Calculates the quotient of the input values.

On this page
Since 20.0

The quotient of the division will have 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