Types: int - GrantShotwell/MCSharp GitHub Wiki

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