Skip to content

Types: int

Grant Shotwell edited this page Aug 31, 2020 · 10 revisions

int

Inherits from primitive

Inside the Program

The VarInt class contains a VarSelector and a VarObjective.

Defined Operators

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

Clone this wiki locally