Click or drag to resize

BaseOrderBy_modifier Field

Modifier used to make ordering Descending.

Namespace:  VDS.RDF.Query.Ordering
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected int _modifier

Field Value

Type: Int32
Remarks
Implementations derived from this class should multiply their comparison results by the modifier to automatically provide Ascending/Descending order.
See Also