Click or drag to resize

NumericMinAggregate Constructor (ISparqlExpression, Boolean)

Creates a new NMIN Aggregate.

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

Parameters

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