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

◆ roundPower10Single

readonly float [] System.MathF.roundPower10Single = new float[7] { 1f, 10f, 100f, 1000f, 10000f, 100000f, 1000000f }
staticprivate

Definition at line 17 of file MathF.cs.

17{ 1f, 10f, 100f, 1000f, 10000f, 100000f, 1000000f };

Referenced by System.MathF.Round().