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

◆ MpNormalize()

static void System.Xml.BinXmlSqlDecimal.MpNormalize ( uint[] rgulU,
ref int ciulU )
inlinestaticprivate

Definition at line 81 of file BinXmlSqlDecimal.cs.

82 {
83 while (ciulU > 1 && rgulU[ciulU - 1] == 0)
84 {
85 ciulU--;
86 }
87 }

References System.Xml.Dictionary.

Referenced by System.Xml.BinXmlSqlDecimal.MpDiv1().