procedure RangeCols(const Src: TMtx; const aResult: TVec);
Range for matrix columns.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | |
| 2 | aResult | TVec |
Result: stored in self (calling object)
Remarks:
Calculates the range for each Src matrix column and stores the results in Result vector. Length and Complex properties of Result vector are adjusted automatically.
See Also: Statistics.RangeRows