| ResultGetLong Method (Int32) | 
 
            Gets the value at the given index as an 
Int64 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntaxpublic long GetLong(
	int index
)
Parameters
- index
- Type: SystemInt32
 The index to lookup
Return Value
Type: 
Int64The value at the index, or its converted equivalent
Implements
IArrayGetLong(Int32) Remarks
Remarkstrue will be converted to 1, a 
Double value
            will be rounded, and everything else non-numeric will be 0
  See Also
See Also