| IMutableArrayAddDouble Method  | 
 
            Adds an entry to this collection
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
SyntaxIMutableArray AddDouble(
	double value
)
Parameters
- value
- Type: SystemDouble
 The value to add
Return Value
Type: 
IMutableArrayThe array for further processing
 See Also
See Also