- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
Only for use as part of the cArraySortFloat function
Caveats
Parameters
float[]aArray
intlow
inthigh
Examples
Auto-Generated Example
float[] myFloatArray__aArray
int myInt__low
int myInt__high
int returnedValue = clib.cArrayPartitionFloat(myFloatArray__aArray, myInt__low, myInt__high)