Click or drag to resize

FunctionRound Method (IExpression)

Creates a function that will round the given expression in question

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

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The numeric expression to take data from when calculating the result

Return Value

Type: IExpression
A function that will round the expression (using midpoint rounding)
See Also