- Found in:
- cLib
Description
Documentation String
Requirements: None
Caveats
Parameters
float[]aArray
int[]indicesToRemove
intstopLength=0
Examples
Auto-Generated Example
float[] myFloatArray__aArray
int[] myIntArray__indicesToRemove
int myInt__stopLength
float[] returnedValue = clib.cArrayRemoveIndicesFloat(myFloatArray__aArray, myIntArray__indicesToRemove, myInt__stopLength)