module documentation
Comparison_Types module.
| Function | comparison |
Converts a comparison name to a comparison type. |
| Function | comparison |
A valid comparison type is passed through, but an invalid comparison type converts to the default type. |
| Function | comparison |
Converts a comparison type to a comparison name. |
| Constant | COMPARISON |
Comparison type: Not In Range. |
| Constant | COMPARISON |
Map of comparison types to names. |
| Variable | |
Default comparison type. |
Converts a comparison name to a comparison type.
| Parameters | |
comparisonstr | Comparison name @return Comparison type |
| Returns | |
int | Undocumented |
A valid comparison type is passed through, but an invalid comparison type converts to the default type.
| Parameters | |
comparisonint | Comparison type |
| Returns | |
int | Safe comparison type |