ArrayMath.trim
ChartDirector Ver 4.1 (C++ Edition)
ArrayMath.trim
Usage
ArrayMath& trim(int startIndex = 0, int len = -1);
Description
Trims the ArrayMath object by keeping only some elements in the middle.
SEO India | Search Engine Optimization Company India
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
The current ArrayMath object.
© 2006 Advanced Software Engineering Limited. All rights reserved.
|