Click or drag to resize

SparqlNumericType Enumeration

Numeric Types for Sparql Numeric Expressions.

Namespace:  VDS.RDF.Query.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum SparqlNumericType
Members
  Member nameValueDescription
NaN-1 Not a Number
Integer0 An Integer
Decimal1 A Decimal
Float2 A Single precision Floating Point
Double3 A Double precision Floating Point
Remarks
All Numeric expressions in Sparql are typed as Integer/Decimal/Double.
See Also