C# Programming/Keywords/short
< C Sharp Programming < Keywords
The short
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.Int16
. That is, it represents a 16-bit signed integer whose value ranges from -32,768 to 32,767.
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.