Show / Hide Table of Contents

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<SparqlNumericType>(SparqlNumericType)
  • Improve this Doc
  • View Source
In This Article
  • Fields
  • Extension Methods
Back to top Generated by DocFX