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