introductory-examples/simple-types/output - Output from the numeric demo program. | Lecture 2 - slide 7 : 43 Program 4 |
sbyte: -128 : 127 byte: 0 : 255 short: -32768 : 32767 ushort: 0 : 65535 int: -2147483648 : 2147483647 uint: 0 : 4294967295 long: -9223372036854775808 : 9223372036854775807 ulong: 0 : 18446744073709551615 float: -3,402823E+38 : 3,402823E+38 double: -1,79769313486232E+308 : 1,79769313486232E+308 decimal: -79228162514264337593543950335 : 79228162514264337593543950335