Click or drag to resize

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

Namespace containing expression classes which provide the trigonometric functions from the Leviathan function library.
Classes
  ClassDescription
Public classBaseTrigonometricFunction
Abstract Base Class for Unary Trigonometric Functions in the Leviathan Function Library.
Public classCosecantFunction
Represents the Leviathan lfn:cosec() or lfn:cosec-1 function.
Public classCosineFunction
Represents the Leviathan lfn:cos() or lfn:cos-1 function.
Public classCotangentFunction
Represents the Leviathan lfn:cot() or lfn:cot-1 function.
Public classDegreesToRadiansFunction
Represents the Leviathan lfn:degrees-to-radians() function.
Public classRadiansToDegreesFunction
Represents the Leviathan lfn:radians-to-degrees() function.
Public classSecantFunction
Represents the Leviathan lfn:sec() or lfn:sec-1 function.
Public classSineFunction
Represents the Leviathan lfn:sin() or lfn:sin-1 function.
Public classTangentFunction
Represents the Leviathan lfn:tan() or lfn:tan-1 function.