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

◆ s_Pow10UInt32Table

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

Definition at line 17 of file Number.cs.

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

Referenced by System.Number.BigInteger.MultiplyPow10(), and System.Number.BigInteger.Pow10().