반응형
C#에서 Types에는 Value Types과 Reference Types과 void , var, Reference Tables for Types가 있다.
Value Types에는 bool, byte, char, decimal, double, enum, float, int, long, sbyte, short, struct, unit, ulong, ushort
Reference Types에는 class, delegate, dynamic, interface, object, string, Interpolated Strings
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/int
int (C# Reference)
int
denotes an integral type that stores values according to the size and range shown in the following table.
Type | Range | Size | .NET Framework type | Default Value |
---|---|---|---|---|
int | -2,147,483,648 to 2,147,483,647 | Signed 32-bit integer | System.Int32 | 0 |
반응형
'C#' 카테고리의 다른 글
C# 프로그램 System Tray Icon 만들기 (2) | 2017.09.14 |
---|---|
Application.Exit() 해도 프로세스가 실행될때, 죽지 않을때. (0) | 2017.09.14 |
Visual Studio의 vshost.exe 실행 프로세서 (디버깅 프로그램) (0) | 2017.09.14 |
int형를 나누기 소수점을 얻으려면 => (double)로 캐스팅 변환 (0) | 2017.09.06 |
c#에서 null string처리 string.IsNullOrEmptuy(문자) (0) | 2017.08.25 |
[C#] String Decimal 소수점 지정 = String.Fromat() 함수사용, 숫자 3자리(천단위)마다 콤마 찍기 (0) | 2017.08.23 |
람다식 Lambda Expressions x => x * x (0) | 2017.08.18 |
NET Framework 버전 체크하기 (0) | 2017.08.09 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)