Search
Vector.multiply Method
See Also
 






Returns the dot product of two vectors.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static double multiply (
    Vector vector1,
    Vector vector2
)

 Parameters

vector1

The first Vector.

vector2

The second Vector.

 Return Value

The dot product.

 See Also