MtxExprInt.MaxCols Method

function MaxCols(const Src: TMtxInt): VectorInt;

Compute maximum of each column.

#NameTypeDescription
1SrcTMtxInt

Returns: VectorInt

Remarks:

Compute maximum of each column and store the result in to Dst VectorInt. The Dst is sized automatically.