Skip to content

Vector Multiplication

Purpose of the Node

The Vector Multiplication node takes two float vectors as input and outputs their element-wise product. This node is useful for performing mathematical operations on vectors where each element of the resulting vector is the product of corresponding elements from the input vectors.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartTrigger signal to start the multiplication process.ExecNone
vector1The first float vector.FloatArray
vector2The second float vector.FloatArray
EndSignal indicating the multiplication has completed.ExecNone
result_vectorThe resulting vector containing the element-wise products.FloatArray