| Methods |
Description |
| + |
Adds two numbers. |
| - |
Subtracts two numbers. |
| * |
Multiplies two numbers. |
| / |
Divides two numbers. |
| = |
Check two numbers for equality. |
| > |
Check if the first number is greater than the second. |
| < |
Check if the first number is less than the second. |
| <String |
Convert a string to a whole number. |