Array with values
Extent on format [min, max]
min([2, 1, 3]); // Returns [1, 3]
Retrieves the extent of a collection of values.
Rest
...values: number[]Collection of values
Extent on format [min, max]
min(2, 1, 3); // Returns [1, 3]
Generated using TypeDoc
Retrieves the extent of an array.