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

◆ s_romanDigitValue

readonly int [] System.Xml.Xsl.Runtime.NumberFormatterBase.s_romanDigitValue
staticprivateinherited
Initial value:
= new int[13]
{
1, 4, 5, 9, 10, 40, 50, 90, 100, 400,
500, 900, 1000
}

Definition at line 7 of file NumberFormatterBase.cs.

8 {
9 1, 4, 5, 9, 10, 40, 50, 90, 100, 400,
10 500, 900, 1000
11 };

Referenced by System.Xml.Xsl.Runtime.NumberFormatterBase.ConvertToRoman().