ChartDirector 7.1 (.NET Edition)

ArrayMath.add


Usage

[C#]public ArrayMath add(double[] b);
[VB]Public Function add(b As Double()) As ArrayMath

Description

Adds an array to the ArrayMath object.

The array will be added by adding the each array element to the corresponding element of the ArrayMath object.

Arguments

ArgumentDefaultDescription
b(Mandatory)An array of numbers to be added to the ArrayMath object.

Return Value

The current ArrayMath object.