IArrayAdd Method (Single) |
Adds an entry to this collection
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax IArray Add(
float value
)
Parameters
- value
- Type: SystemSingle
The value to add
Return Value
Type:
IArrayThe array for further processing
See Also