Creates an array from the given properties of an object, which must all be numbers.
Usage | Returns |
---|---|
Feature.toArray(properties) | Array |
Argument | Type | Details |
---|---|---|
this: feature | Feature | The object from which to select array properties. |
properties | List | The property selectors for each array element. |