Find the Range of Values
t = fao:range()
Find the min, max, sum, and count of the float array object
Returns | Type | Description |
---|---|---|
t |
table | Table of results |
t value |
Description |
---|---|
.min |
Minimum |
.max |
Maximum |
.sum |
Sum of all values |
.n |
Number of entries |