Click or drag to resize

ResultGetDouble Method (Int32)

Gets the value at the given index as a Double

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public double GetDouble(
	int index
)

Parameters

index
Type: SystemInt32
The index to lookup

Return Value

Type: Double
The value at the index, or its converted equivalent

Implements

IArrayGetDouble(Int32)
Remarks
true will be converted to 1.0, and everything else that is non-numeric will be 0.0
See Also