C Sharp int: Difference between revisions
From Coderwiki
More actions
new: info, example |
(No difference)
|
new: info, example |
(No difference)
|
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