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

◆ cmpRtfNumber()

static bool MS.Internal.Xml.XPath.LogicalExpr.cmpRtfNumber ( Operator::Op op,
object val1,
object val2 )
inlinestaticprivate

Definition at line 342 of file LogicalExpr.cs.

343 {
344 double n = (double)val2;
345 double n2 = NumberFunctions.Number(Rtf(val1));
346 return cmpNumberNumber(op, n2, n);
347 }
static bool cmpNumberNumber(Operator.Op op, double n1, double n2)

References MS.Internal.Xml.XPath.LogicalExpr.cmpNumberNumber(), MS.Internal.Xml.XPath.NumberFunctions.Number(), and System.Xml.Xsl.Rtf.