- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
Valid operators: ==, !=, <, <=, >, >=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
Caveats
Parameters
stringoperators
floatthis
floatthat
Examples
Auto-Generated Example
string myString__operators
float myFloat__this
float myFloat__that
bool returnedValue = clib.cDynamicComparisonFloat(myString__operators, myFloat__this, myFloat__that)