C# Programming/Keywords/int
< C Sharp Programming < Keywords
The int
keyword is used in field, method, property, and variable declarations and in cast and typeof
operations as an alias for the .NET Framework structure System.Int32
. That is, it represents a 32-bit signed integer whose value ranges from -2,147,483,648 to 2,147,483,647.
C# Keywords | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Special C# Identifiers | ||||||||||
|
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.