Class BaseTrigonometricFunction
Abstract Base Class for Unary Trigonometric Functions in the Leviathan Function Library.
Inheritance
System.Object
BaseTrigonometricFunction
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric.Trigonometry
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseTrigonometricFunction : BaseUnaryExpression, ISparqlExpression
Constructors
| Improve this Doc View SourceBaseTrigonometricFunction(ISparqlExpression, Func<double, double>)
Creates a new Unary Trigonometric Function.
Declaration
public BaseTrigonometricFunction(ISparqlExpression expr, Func<double, double> func)
Parameters
Type | Name | Description |
---|---|---|
ISparqlExpression | expr | Expression. |
System.Func<T, TResult><double, double> | func | Trigonometric Function. |
BaseTrigonometricFunction(ISparqlExpression)
Creates a new Unary Trigonometric Function.
Declaration
public BaseTrigonometricFunction(ISparqlExpression expr)
Parameters
Type | Name | Description |
---|---|---|
ISparqlExpression | expr | Expression. |
Fields
| Improve this Doc View Source_func
Trigonometric function.
Declaration
protected Func<double, double> _func
Field Value
Type | Description |
---|---|
System.Func<T, TResult><double, double> |
Properties
| Improve this Doc View SourceType
Gets the expression type.
Declaration
public override SparqlExpressionType Type { get; }
Property Value
Type | Description |
---|---|
SparqlExpressionType |
Overrides
Methods
| Improve this Doc View SourceToString()
Gets the string representation of the Function.
Declaration
public override abstract string ToString()
Returns
Type | Description |
---|---|
string |