Search
Vector.add Method
See Also
 






Adds the specified two Vector-s.

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

 Syntax

Java  Copy Code

public static Vector add (
    Vector vector1,
    Vector vector2
)

 Parameters

vector1

The first Vector.

vector2

The second Vector.

 Return Value

A Vector representing the sum of the specified Vector-s.

 See Also