Click or drag to resize

TangentFunction Constructor (ISparqlExpression, Boolean)

Creates a new Leviathan Tangent Function.

Namespace:  VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric.Trigonometry
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public TangentFunction(
	ISparqlExpression expr,
	bool inverse
)

Parameters

expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression.
inverse
Type: SystemBoolean
Whether this should be the inverse function.
See Also