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

◆ cmpRtfStringO()

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

Definition at line 382 of file LogicalExpr.cs.

383 {
384 double n = NumberFunctions.Number(Rtf(val1));
385 double n2 = NumberFunctions.Number((string)val2);
386 return cmpNumberNumberO(op, n, n2);
387 }
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.