ChartDirector Ver 3.0 (C++ Edition)

ArrayMath.ArrayMath


Usage

ArrayMath(DoubleArray a);

Description

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

Arguments

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

Return Value

The newly created ArrayMath object.