Click or drag to resize

FunctionTrunc Method (Object, Int32)

Creates a function that will truncate the given expression to the number of digits indicated in question

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntax
C#
public static IExpression Trunc(
	Object expression,
	int digits
)

Parameters

expression
Type: SystemObject
The numeric expression to take data from when calculating the result
digits
Type: SystemInt32
The number of digits to truncate to

Return Value

Type: IExpression
A function that will truncate the expression
See Also