MtxExprInt.MaxRows Method

function MaxRows(const Src: TMtxInt): VectorInt;

Compute maximum of each row.

#NameTypeDescription
1SrcTMtxInt

Returns: VectorInt

Remarks:

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