ChartDirector 7.0 (ASP/COM/VB Edition)

ArrayMath.ArrayMath


Usage

ArrayMath(a)

Description

Creates an ArrayMath object and initialize it with the given array.

Note: In the ASP/COM/VB edition of ChartDirector, the ArrayMath constructor is implemented as a method of the ChartDirector.API object called ChartDirector.API.ArrayMath.

Arguments

ArgumentDefaultDescription
a(Mandatory)An array of numbers used to initialize the ArrayMath object.

Return Value

The ArrayMath object created.