[C#] | public ArrayMath trim([ int startIndex [, int len ]]); |
[VB] | Public Function trim([ startIndex As Integer [, len As Integer ]]) As ArrayMath |
ChartDirector 7.1 (.NET Edition)
ArrayMath.
Usage
[C#] | public ArrayMath trim([ int startIndex [, int len ]]); |
[VB] | Public Function trim([ startIndex As Integer [, len As Integer ]]) As ArrayMath |
Description
Arguments
Argument | Default | Description |
---|---|---|
startIndex | 0 | The index for the first element to keep. |
len | -1 | The number of elements to keep. -1 means keeping all elements from the startIndex to the end of the array. |
Return Value