SparqlNumericType Enumeration |
Numeric Types for Sparql Numeric Expressions.
Namespace:
VDS.RDF.Query.Expressions
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public enum SparqlNumericType
Public Enumeration SparqlNumericType
Members
| Member name | Value | Description |
---|
| NaN | -1 |
Not a Number
|
| Integer | 0 |
An Integer
|
| Decimal | 1 |
A Decimal
|
| Float | 2 |
A Single precision Floating Point
|
| Double | 3 |
A Double precision Floating Point
|
Remarks All Numeric expressions in Sparql are typed as Integer/Decimal/Double.
See Also