MtxExprInt.MinCols Method

function MinCols(const Src: TMtxInt): VectorInt;

Compute minimum of each column.

#NameTypeDescription
1SrcTMtxInt

Returns: VectorInt

Remarks:

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