Click or drag to resize

MedianAggregate Constructor (ISparqlExpression, Boolean)

Creates a new MEDIAN Aggregate.

Namespace:  VDS.RDF.Query.Aggregates.Leviathan
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public MedianAggregate(
	ISparqlExpression expr,
	bool distinct
)

Parameters

expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression.
distinct
Type: SystemBoolean
Whether a DISTINCT modifer applies.
See Also