Multiply vector
Multiplies vectors by factor values and/or with other vectors.
Inputs
- 
vector 1
- The first vector value for multiplication.
 
 - 
vector 2
- The second vector value for multiplication.
 
 - 
factor
- The value to multiply the vector(s) by.
 
 - 
reverse
- Sets whether to reverse the resulting vector or not.
 
 
Outputs
- 
result
- The result of vector multiplication.
 
 - 
result list
- The list of results of vector multiplication.
 
 
Note(s)
- Other names for this node include: MultiplyVector.