Search
Vector.divide Method
See Also
 






Divides a vector by a scalar.

Namespace: MindFusion.Charting
File: Vector.js

 Syntax

JavaScript  Copy Code

function divide (vector, scalar)

 Parameters

vector

The vector to divide.

scalar

The scalar value.

 Return Value

A vector containing the division result.

 See Also