Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_Pow10SingleTable

readonly float [] System.Number.s_Pow10SingleTable
staticprivate
Initial value:
= new float[11]
{
1f, 10f, 100f, 1000f, 10000f, 100000f, 1000000f, 10000000f, 100000000f, 1E+09f,
1E+10f
}

Definition at line 1253 of file Number.cs.

1254 {
1255 1f, 10f, 100f, 1000f, 10000f, 100000f, 1000000f, 10000000f, 100000000f, 1E+09f,
1256 1E+10f
1257 };

Referenced by System.Number.NumberToHalfFloatingPointBits(), and System.Number.NumberToSingleFloatingPointBits().