Click or drag to resize

MinAggregateApply Method (SparqlEvaluationContext, IEnumerableInt32)

Applies the Min Aggregate function to the results.

Namespace:  VDS.RDF.Query.Aggregates.Sparql
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IValuedNode Apply(
	SparqlEvaluationContext context,
	IEnumerable<int> bindingIDs
)

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context.
bindingIDs
Type: System.Collections.GenericIEnumerableInt32
Binding IDs over which the Aggregate applies.

Return Value

Type: IValuedNode

[Missing <returns> documentation for "M:VDS.RDF.Query.Aggregates.Sparql.MinAggregate.Apply(VDS.RDF.Query.SparqlEvaluationContext,System.Collections.Generic.IEnumerable{System.Int32})"]

Implements

ISparqlAggregateApply(SparqlEvaluationContext, IEnumerableInt32)
See Also