Math Operation

Perform binary math operations on two arrays of values

Installation

To use this Node, you must enable wip.deform.devTools in the Extension Manager.

Inputs

Name

Type

Description

Default

a_values

double[]

Input values

[]

b_values

double[]

Input values

[]

operation

int

operation to apply

0

Outputs

Name

Type

Description

Default

values

double[]

Output values

[]