Type | Size (bits) | Range |
---|---|---|
int | 32 | -231 through 231-1 |
long | 64 | -263 through 263-1 |
float | 32 | ±1.5 × 1045 through ±3.4 × 1038 |
double | 64 | ±5.0 × 10-324 through ±1.7 × 10308 |
decimal | 128 | 28 significant figures |
string | 16 bits per character | Not applicable |
char | 16 | 0 through 216-1 |
bool | 8 | true or false |