C#

(C# Reference) C#의 int 순자의 범위

saltdoll 2017. 8. 31. 02:20
반응형

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.

TypeRangeSize.NET Framework typeDefault Value
int-2,147,483,648 to 2,147,483,647Signed 32-bit integerSystem.Int320


반응형
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)