Click or drag to resize

VDS.RDF.Query.Expressions.Functions.XPath.Numeric Namespace

Namespace containing expression classes which provide numeric functions from the XPath function library.
Classes
  ClassDescription
Public classAbsFunction
Represents the XPath fn:abs() function.
Public classCeilingFunction
Represents the XPath fn:ceiling() function.
Public classFloorFunction
Represents the XPath fn:floor() function.
Public classRoundFunction
Represents the XPath fn:round() function.
Public classRoundHalfToEvenFunction
Represents the XPath fn:round() function.