Search
Vector.multiply Method
See Also
 






Returns the dot product of two vectors.

Namespace: MindFusion.Charting
File: Vector.js

 Syntax

JavaScript  Copy Code

function multiply (vector1, vector2)

 Parameters

vector1

The first vector.

vector2

The second vector.

 Return Value

The dot product.

 See Also