Search
Vector.subtract Method
See Also
 






Subtracts two vectors.

Namespace: MindFusion.Charting
File: Vector.js

 Syntax

JavaScript  Copy Code

function subtract (vector1, vector2)

 Parameters

vector1

The first vector.

vector2

The second vector.

 Return Value

A vector representing the difference between specified vectors.

 See Also