This class implements the EXSLT functions in the http://exslt.org/math namespace.

Namespace: Mvp.Xml.Exslt
Assembly: Mvp.Xml (in Mvp.Xml.dll)

Syntax

Visual Basic (Declaration)
Public Class ExsltMath
C#
public class ExsltMath
C++
ref class ExsltMath
J#
public class ExsltMath
JScript
public class ExsltMath

Inheritance Hierarchy

System.Object
   Mvp.Xml.Exslt.ExsltMath

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also