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

◆ s_CachedPowersDecimalExponent

readonly short [] System.Number.Grisu3.s_CachedPowersDecimalExponent
staticprivate
Initial value:
= new short[87]
{
-348, -340, -332, -324, -316, -308, -300, -292, -284, -276,
-268, -260, -252, -244, -236, -228, -220, -212, -204, -196,
-188, -180, -172, -164, -156, -148, -140, -132, -124, -116,
-108, -100, -92, -84, -76, -68, -60, -52, -44, -36,
-28, -20, -12, -4, 4, 12, 20, 28, 36, 44,
52, 60, 68, 76, 84, 92, 100, 108, 116, 124,
132, 140, 148, 156, 164, 172, 180, 188, 196, 204,
212, 220, 228, 236, 244, 252, 260, 268, 276, 284,
292, 300, 308, 316, 324, 332, 340
}

Definition at line 810 of file Number.cs.

811 {
812 -348, -340, -332, -324, -316, -308, -300, -292, -284, -276,
813 -268, -260, -252, -244, -236, -228, -220, -212, -204, -196,
814 -188, -180, -172, -164, -156, -148, -140, -132, -124, -116,
815 -108, -100, -92, -84, -76, -68, -60, -52, -44, -36,
816 -28, -20, -12, -4, 4, 12, 20, 28, 36, 44,
817 52, 60, 68, 76, 84, 92, 100, 108, 116, 124,
818 132, 140, 148, 156, 164, 172, 180, 188, 196, 204,
819 212, 220, 228, 236, 244, 252, 260, 268, 276, 284,
820 292, 300, 308, 316, 324, 332, 340
821 };

Referenced by System.Number.Grisu3.GetCachedPowerForBinaryExponentRange().