Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
Function Class
Function Methods
Abs Method
Acos Method
Asin Method
Atan Method
Atan2 Method
Avg Method
Ceil Method
Contains Method
Cos Method
Count Method
Degrees Method
E Method
Exp Method
Floor Method
Length Method
Ln Method
Log Method
Lower Method
Ltrim Method
Max Method
Min Method
Pi Method
Power Method
Radians Method
Round Method
Rtrim Method
Sign Method
Sin Method
Sqrt Method
Sum Method
Tan Method
Trim Method
Trunc Method
Upper Method
Function
Power Method
Creates a function that will raise the given numeric expression to an expression that determines the exponent
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
static
IExpression
Power
(
IExpression
b
,
IExpression
exponent
)
Parameters
b
Type:
Couchbase.Lite.Query
IExpression
A numeric literal or expression that provides the base
exponent
Type:
Couchbase.Lite.Query
IExpression
A numeric literal or expression that provides the exponent
Return Value
Type:
IExpression
A function that will raise the base to the given exponent
See Also
Reference
Function Class
Couchbase.Lite.Query Namespace