Click or drag to resize

AbsFunction Constructor

Creates a new XPath Absolute function.

Namespace:  VDS.RDF.Query.Expressions.Functions.XPath.Numeric
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public AbsFunction(
	ISparqlExpression expr
)

Parameters

expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression.
See Also