- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
Caveats
Parameters
stringoperators
intthis
int[]thatArray
Examples
Auto-Generated Example
string myString__operators
int myInt__this
int[] myIntArray__thatArray
bool[] returnedValue = clib.cArrayDynamicComparisonInt(myString__operators, myInt__this, myIntArray__thatArray)