[VB] | Public Sub New(a As Double()) |
[C#] | public ArrayMath(double[] a); |
ChartDirector 5.1 (.NET Edition)
ArrayMath.ArrayMath
Usage
[VB] | Public Sub New(a As Double()) |
[C#] | public ArrayMath(double[] a); |
Description
Arguments
Argument | Default | Description |
---|---|---|
a | (Mandatory) | An array of numbers used to initialize the ArrayMath object. |
Return Value