[VB] | Public Function insert2(c As Double, len As Integer [, insertPoint As Integer ]) As ArrayMath |
[C#] | public ArrayMath insert2(double c, int len [, int insertPoint ]); |
ChartDirector 5.1 (.NET Edition)
ArrayMath.insert2
Usage
[VB] | Public Function insert2(c As Double, len As Integer [, insertPoint As Integer ]) As ArrayMath |
[C#] | public ArrayMath insert2(double c, int len [, int insertPoint ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
c | (Mandatory) | The value of the constant element. |
len | (Mandatory) | The number of elements to insert. |
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