extents | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns a list of the smallest and largest keys for each dimension of an array. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Command: combine, split Function: keys, round, matrixMultiply, sum, max, min Control Structure: function Glossary: array, integer | ||||||
Description | Use the extents function to find the minimum and maximum row and column numbers of an array whose keys are integers. If any of the keys of the array is non-numeric, the extents function returns empty. | ||||||
Tags | properties |