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