Search
Vector.subtract Method
See Also
 






Subtracts the two specified Vector-s.

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

 Syntax

Java  Copy Code

public static Vector subtract (
    Vector vector1,
    Vector vector2
)

 Parameters

vector1

The first Vector.

vector2

The second Vector.

 Return Value

A vector representing the difference between specified vectors.

 See Also