Click or drag to resize

FunctionExp Method

Returns the mathematical constant 'e' raised to the given power

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

Parameters

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

Return Value

Type: IFunction
A function that will get the mathematical constant 'e' raised to the given power
See Also