- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
returns array [0] == smallest value, [1] == its index, [2] == largest value, [3] == its index,
[4] == array length, [5] == array sum, [6] == array average, [7] == average remainder (if any)
Caveats
Parameters
int[]aArray
Examples
Auto-Generated Example
int[] myIntArray__aArray
int[] returnedValue = clib.cArrayAnalyzeInt(myIntArray__aArray)