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

◆ cmpRtfRtfO()

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

Definition at line 389 of file LogicalExpr.cs.

390 {
391 double n = NumberFunctions.Number(Rtf(val1));
392 double n2 = NumberFunctions.Number(Rtf(val2));
393 return cmpNumberNumberO(op, n, n2);
394 }
static bool cmpNumberNumberO(Operator.Op op, double n1, double n2)

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