ChartDirector 6.0 (ColdFusion Edition)

ArrayMath.ArrayMath


Usage

ArrayMath(a)

Description

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

Note: In the ColdFusion edition of ChartDirector, the ArrayMath constructor is implemented as a method of the ChartDirector.CFChart object called ChartDirector.CFChart.ArrayMath.

Arguments

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

Return Value

The ArrayMath object created.