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-b0713
 Syntax
Syntaxpublic static IExpression Exp(
	IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
 The numerical expression to take data from when calculating
            the result
Return Value
Type: 
IExpressionA function that will get the mathematical constant 'e' raised to the given power
 See Also
See Also