Vector Dot Product

Computes the dot product of two vectors.

 

Input Arguments

 

0

Vector

First Vector

The first vector.

1

Vector

Second Vector

The vector to dot with the first vector.

 

Return Arguments

 

2

Vector

Resultant Vector

The resulting vector from the dot product.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.