Class AbsFunction
Represents the SPARQL ABS() Function.
Implements
Inherited Members
Namespace: VDS.RDF.Query.Expressions.Functions.Sparql.Numeric
Assembly: dotNetRdf.dll
Syntax
public class AbsFunction : AbsFunction, ISparqlExpression
  Constructors
| Edit this page View SourceAbsFunction(ISparqlExpression)
Creates a new SPARQL ABS() Function.
Declaration
public AbsFunction(ISparqlExpression expr)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ISparqlExpression | expr | Argument Expression.  | 
      
Properties
| Edit this page View SourceFunctor
Gets the Functor of this Expression.
Declaration
public override string Functor { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Methods
| Edit this page View SourceToString()
Gets the String representation of this Expression.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| string | 
Overrides
| Edit this page View SourceTransform(IExpressionTransformer)
Transforms the Expression using the given Transformer.
Declaration
public override ISparqlExpression Transform(IExpressionTransformer transformer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IExpressionTransformer | transformer | Expression Transformer.  | 
      
Returns
| Type | Description | 
|---|---|
| ISparqlExpression |