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

◆ C10toN

readonly double [] System.Xml.Xsl.XPathConvert.C10toN
static
Initial value:
= new double[23]
{
1.0, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, 10000000.0, 100000000.0, 1000000000.0,
10000000000.0, 100000000000.0, 1000000000000.0, 10000000000000.0, 100000000000000.0, 1000000000000000.0, 10000000000000000.0, 1E+17, 1E+18, 1E+19,
1E+20, 1E+21, 1E+22
}

Definition at line 1634 of file XPathConvert.cs.

1635 {
1636 1.0, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, 10000000.0, 100000000.0, 1000000000.0,
1637 10000000000.0, 100000000000.0, 1000000000000.0, 10000000000000.0, 100000000000000.0, 1000000000000000.0, 10000000000000000.0, 1E+17, 1E+18, 1E+19,
1638 1E+20, 1E+21, 1E+22
1639 };

Referenced by System.Xml.Xsl.XPathConvert.BigNumber.DblToRgbFast(), and System.Xml.Xsl.XPathConvert.FloatingDecimal.operator double().