[C#] | public ArrayMath insert(double[] a [, int insertPoint ]); |
[VB] | Public Function insert(a As Double() [, insertPoint As Integer ]) As ArrayMath |
ChartDirector 7.1 (.NET Edition)
ArrayMath.
Usage
[C#] | public ArrayMath insert(double[] a [, int insertPoint ]); |
[VB] | Public Function insert(a As Double() [, insertPoint As Integer ]) As ArrayMath |
Description
Arguments
Argument | Default | Description |
---|---|---|
a | (Mandatory) | An array to be inserted to the ArrayMath object. |
insertPoint | -1 | The position of the insertion point. The new elements will be inserted just before the insertion point. -1 means inserting elements at the end of the array. |
Return Value