Click or drag to resize

FunctionPi Method

Creates a function that will return the value of the mathemetical constant 'Ï€'

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public static IExpression Pi()

Return Value

Type: IExpression
The value of 'Ï€'
See Also