-
Notifications
You must be signed in to change notification settings - Fork 0
Types: int
Grant Shotwell edited this page Aug 31, 2020
·
10 revisions
Inherits from primitive
The VarInt class contains a VarSelector and a VarObjective.
| Operator | Operand | Result |
|---|---|---|
+ |
int |
int |
+= |
int |
int |
- |
int |
int |
-= |
int |
int |
* |
int |
int |
*= |
int |
int |
/ |
int |
int |
/= |
int |
int |
% |
int |
int |
%= |
int |
int |
< |
int |
bool |
<= |
int |
bool |
== |
int |
bool |
> |
int |
bool |
>= |
int |
bool |