Click or drag to resize

FunctionTan Method

Creates a function that returns the tangent of the expression in question

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static IExpression Tan(
	IExpression expression
)

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The numeric expression to evaluate

Return Value

Type: IExpression
A function that returns the tangent of the expression in question
See Also