Click or drag to resize

VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric Namespace

Namespace containing expression classes which provide the numeric functions from the Leviathan function library.
Classes
  ClassDescription
Public classCartesianFunction
Represents the Leviathan lfn:cartesian() function.
Public classCubeFunction
Represents the Leviathan lfn:cube() function.
Public classEFunction
Represents the Leviathan lfn:e() function.
Public classFactorialFunction
Represents the Leviathan lfn:factorial() function.
Public classLeviathanNaturalLogFunction
Represents the Leviathan lfn:ln() function.
Public classLogFunction
Represents the Leviathan lfn:log() function.
Public classPowerFunction
Represents the Leviathan lfn:pow() function.
Public classPythagoreanDistanceFunction
Represents the Leviathan lfn:pythagoras() function.
Public classRandomFunction
Represents the Leviathan lfn:rnd() function.
Public classReciprocalFunction
Represents the Leviathan lfn:reciprocal() function.
Public classRootFunction
Represents the Leviathan lfn:root() function.
Public classSquareFunction
Represents the Leviathan lfn:sq() function.
Public classSquareRootFunction
Represents the Leviathan lfn:sqrt() function.
Public classTenFunction
Represents the Leviathan lfn:ten() function.