ASP.NET Pack Programmer's Guide
Vector.divide Method
See Also
 





Divides a vector by a scalar.

Namespace: MindFusion.Charting
Package: 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

Vector Members
Vector Class
MindFusion.Charting Namespace