Skip to content

Vector Array Binary Operator

Ryan Porter edited this page Feb 25, 2018 · 2 revisions

vectorArrayBinaryOp

Returns the result of a binary operation using two vectors as the operands.

Attribute Name Description Attribute Type
inputVector1 (iv1) Left hand operands of operation. vectorArray
inputVector2 (iv2) Right hand operands of operation. vectorArray
operation (op) Selects the binary operation from: Add, Subtract, Cross Product enum
outputVector (ov) Results of operation. vectorArray

Clone this wiki locally