C# bilimsel sayılar nedir?

Scientific Numbers​

A floating point number can also be a scientific number with an "e" to indicate the power of 10:

Example​

float f1 = 35e3F;
double d1 = 12E4D;
Console.WriteLine(f1);
Console.WriteLine(d1);
Ben burada olanı çevirdim.
Yanlış bilgi vermemişim :D.
 

Technopat Haberler

Geri
Yukarı