Click or drag to resize

VDS.RDF.Query.Operators.Numeric Namespace

Namespace which provides implementations of ISparqlOperator which provide the default numeric implementations of operators as required by the SPARQL specification.

Classes
  ClassDescription
Public classAdditionOperator
Represents the numeric addition operator.
Public classBaseNumericOperator
Abstract base class for numeric operators.
Public classDivisionOperator
Represents the numeric division operator.
Public classMultiplicationOperator
Represents the numeric multiplication operator.
Public classSubtractionOperator
Represents the numeric subtraction operator.