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.
| Class | Description | |
|---|---|---|
| AdditionOperator |
Represents the numeric addition operator.
| |
| BaseNumericOperator |
Abstract base class for numeric operators.
| |
| DivisionOperator |
Represents the numeric division operator.
| |
| MultiplicationOperator |
Represents the numeric multiplication operator.
| |
| SubtractionOperator |
Represents the numeric subtraction operator.
|