Enum SparqlNumericType
Numeric Types for Sparql Numeric Expressions.
Namespace: VDS.RDF.Query.Expressions
Assembly: dotNetRdf.dll
Syntax
public enum SparqlNumericType
Remarks
All Numeric expressions in Sparql are typed as Integer/Decimal/Double.
Fields
| Name | Description |
|---|---|
| Decimal | A Decimal |
| Double | A Double precision Floating Point |
| Float | A Single precision Floating Point |
| Integer | An Integer |
| NaN | Not a Number |