Click or drag to resize

ExpressionFloat Method

Returns an expression to represent a fixed Single value

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

Parameters

value
Type: SystemSingle
The value to use

Return Value

Type: IExpression
An expression representing the fixed value
See Also