C Sharp int
From Coderwiki
The int class in C Sharp is a data type which can store positive and negative whole numbers in variables.
See Integer for generic information about what integers can represent and how they are represented in memory.
int a;
int b = 74;
int c = (int)15.2; // 15