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

◆ s_SmallPowersOfTen

readonly uint [] System.Number.Grisu3.s_SmallPowersOfTen = new uint[10] { 1u, 10u, 100u, 1000u, 10000u, 100000u, 1000000u, 10000000u, 100000000u, 1000000000u }
staticprivate

Definition at line 836 of file Number.cs.

836{ 1u, 10u, 100u, 1000u, 10000u, 100000u, 1000000u, 10000000u, 100000000u, 1000000000u };

Referenced by System.Number.Grisu3.BiggestPowerTen(), and System.Number.Grisu3.TryDigitGenCounted().