clone Method
Return a new array with
- All active entries copied from this instance
- optionally trimmed capacity to the active length or replicate the capacity and unused space.
clone(maintainExcessCapacity: booleanfalse): GrowableFloat64Array
Parameter | Type | Description |
---|---|---|
maintainExcessCapacity | boolean |
Returns - GrowableFloat64Array
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.