C# 클래스 MS.Internal.Xml.XPath.NumberFunctions

상속: ValueQuery
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator nodeIterator ) : object
NumberFunctions ( MS.Internal.Xml.XPath.Function.FunctionType ftype, Query arg ) : System
PrintQuery ( XmlWriter w ) : void
SetXsltContext ( XsltContext context ) : void

비공개 메소드들

메소드 설명
Ceiling ( XPathNodeIterator nodeIterator ) : double
Floor ( XPathNodeIterator nodeIterator ) : double
Number ( XPathNodeIterator nodeIterator ) : double
Number ( bool arg ) : double
Number ( string arg ) : double
NumberFunctions ( NumberFunctions other ) : System
Round ( XPathNodeIterator nodeIterator ) : double
Sum ( XPathNodeIterator nodeIterator ) : double

메소드 상세

Clone() 공개 메소드

public Clone ( ) : XPathNodeIterator
리턴 System.Xml.XPath.XPathNodeIterator

Evaluate() 공개 메소드

public Evaluate ( XPathNodeIterator nodeIterator ) : object
nodeIterator System.Xml.XPath.XPathNodeIterator
리턴 object

NumberFunctions() 공개 메소드

public NumberFunctions ( MS.Internal.Xml.XPath.Function.FunctionType ftype, Query arg ) : System
ftype MS.Internal.Xml.XPath.Function.FunctionType
arg Query
리턴 System

PrintQuery() 공개 메소드

public PrintQuery ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void

SetXsltContext() 공개 메소드

public SetXsltContext ( XsltContext context ) : void
context System.Xml.Xsl.XsltContext
리턴 void