Click or drag to resize

FunctionE Method

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

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

Return Value

Type: IExpression
The value of 'e'
See Also