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