Skip to content

Vector Array To Double Operator

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

vectorArrayToDoubleOp

Returns the result of an vector operation that reduces a vector to a double.

Attribute Name Description Attribute Type
inputVector1 (iv1) Left hand operands of operation. vectorArray
inputVector2 (iv2) Right hand operands of operation. Ignored if operation is set to 'Vector Length'. vectorArray
operation (op) Selects the operation: Dot Product, Vector Length, Distance Between enum
output (o) Results of `operation. doubleArray
Clone this wiki locally