-
Notifications
You must be signed in to change notification settings - Fork 7
Vector Array To Double Operator
Ryan Porter edited this page Feb 25, 2018
·
2 revisions
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 |