Click or drag to resize

RoundFunctionEvaluate Method

Gets the Numeric Value of the function as evaluated in the given Context for the given Binding ID.

Namespace:  VDS.RDF.Query.Expressions.Functions.XPath.Numeric
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IValuedNode Evaluate(
	SparqlEvaluationContext context,
	int bindingID
)

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context.
bindingID
Type: SystemInt32
Binding ID.

Return Value

Type: IValuedNode

[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.XPath.Numeric.RoundFunction.Evaluate(VDS.RDF.Query.SparqlEvaluationContext,System.Int32)"]

Implements

ISparqlExpressionEvaluate(SparqlEvaluationContext, Int32)
See Also