.

Tuesday, September 16, 2008

Data type MaxValue and MinValue

byte    0 to 255
sbyte -128 to 127
short -32768 to 32767
ushort 0 to 65535
int -2147483648 to 2147483647
uint 0 to 4294967295
long -9223372036854775808 to 9223372036854775807
ulong 0 to 18446744073709551615
float -3.402823E+38 to 3.402823E+38
double -1.79769313486232E+308 to 1.79769313486232E+308
decimal -79228162514264337593543950335 to 79228162514264337593543950335

No comments:

.