ChartDirector 7.1 (.NET Edition)

ArrayMath.ArrayMath


Usage

[C#]public ArrayMath(double[] a);
[VB]Public Sub New(a As Double())

Description

Creates 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 ArrayMath object created.