Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MS.Internal.Xml.XPath.NumericExpr Class Referencesealed

Public Member Functions

 NumericExpr (Operator.Op op, Query opnd1, Query opnd2)
 
override void SetXsltContext (XsltContext context)
 
override object Evaluate (XPathNodeIterator nodeIterator)
 
override XPathNodeIterator Clone ()
 
override void Reset ()
 
override XPathNavigator Advance ()
 
override bool MoveNext ()
 
virtual XPathNavigator MatchNode (XPathNavigator current)
 
virtual IEnumerator GetEnumerator ()
 

Static Public Member Functions

static Query Clone (Query input)
 
static bool Insert (List< XPathNavigator > buffer, XPathNavigator nav)
 
static XmlNodeOrder CompareNodes (XPathNavigator l, XPathNavigator r)
 

Protected Member Functions

XPathResultType GetXPathType (object value)
 
void ResetCount ()
 

Static Protected Member Functions

static XPathNodeIterator Clone (XPathNodeIterator input)
 
static XPathNavigator Clone (XPathNavigator input)
 

Package Attributes

int count = -1
 

Properties

override XPathResultType StaticType [get]
 
override XPathNavigator Current [get]
 
override int CurrentPosition [get]
 
override int Count [get]
 
virtual double XsltDefaultPriority [get]
 
virtual QueryProps Properties [get]
 
object? debuggerDisplayProxy [get]
 

Private Member Functions

 NumericExpr (NumericExpr other)
 

Static Private Member Functions

static double GetValue (Operator.Op op, double n1, double n2)
 
static int GetMedian (int l, int r)
 

Private Attributes

readonly Operator.Op _op
 
readonly Query _opnd1
 
readonly Query _opnd2
 

Detailed Description

Definition at line 7 of file NumericExpr.cs.


The documentation for this class was generated from the following file: