Click or drag to resize

FunctionRadians Method

Creates a function that will convert a numeric expression to radians from degrees in question

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public static IFunction Radians(
	Object expression
)

Parameters

expression
Type: SystemObject
The numeric expression to take data from when calculating the result

Return Value

Type: IFunction
A function that will get the value of the expression in question expressed in radians
See Also