Search
Vector.multiplyVectorAndScalar Method
See Also
 






Multiplies vector by a scalar.

Namespace: MindFusion.Charting
File: Vector.js

 Syntax

JavaScript  Copy Code

function multiplyVectorAndScalar (vector, scalar)

 Parameters

vector

The vector to multiply.

scalar

The scalar value.

 Return Value

A vector containing the multiplication result.

 See Also