Değişken Tipleri
Tam Sayı Değişken Tipleri
byte 0/255
sbyte -128/127
short -32768/32767
ushort 0-65535
int -2.147.483.648/2.147.483.648
uint 0/ 4.294.967.295
long 10^20
ulong 0- 2 x 10^10
Kesirli Değişkenler
float 6-7 basamak
double 15-16 basamak
bool true-false
byte 0/255
sbyte -128/127
short -32768/32767
ushort 0-65535
int -2.147.483.648/2.147.483.648
uint 0/ 4.294.967.295
long 10^20
ulong 0- 2 x 10^10
Kesirli Değişkenler
float 6-7 basamak
double 15-16 basamak
bool true-false
Yorumlar
Yorum Gönder