Click or drag to resize

NumericMaxAggregate Constructor (ISparqlExpression, Boolean)

Creates a new NMAX Aggregate.

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

Parameters

expr
Type: VDS.RDF.Query.Expressions.ISparqlExpression
Expression.
distinct
Type: System.Boolean
Whether a DISTINCT modifier applies.
See Also