Skip to content

Vector Array Scalar Operator

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

vectorArrayScalarOp

Returns the result of an operand that takes a vector and a scalar.

Attribute Name Description Attribute Type
inputVector (iv) An array of vectors. vectorArray
scalar (sc) An array of scalars. doubleArray
operation (op) Selects the operation: Multiply, Divide enum
outputVector (ov) Result of operation. vectorArray