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

Public Member Functions

 NumberFunctions (Function.FunctionType ftype, Query arg)
 
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)
 

Static Package Functions

static double Number (bool arg)
 
static double Number (string arg)
 

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

 NumberFunctions (NumberFunctions other)
 
double Number (XPathNodeIterator nodeIterator)
 
double Sum (XPathNodeIterator nodeIterator)
 
double Floor (XPathNodeIterator nodeIterator)
 
double Ceiling (XPathNodeIterator nodeIterator)
 
double Round (XPathNodeIterator nodeIterator)
 

Static Private Member Functions

static int GetMedian (int l, int r)
 

Private Attributes

readonly Query _arg
 
readonly Function.FunctionType _ftype
 

Detailed Description

Definition at line 8 of file NumberFunctions.cs.


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