MtxExpr.ThreshTop Method

Overload List

#SignatureDescription
1function ThreshTop(const X: TMtx; Value: Double): Matrix;Limit the largest value in the source data.
2function ThreshTop(const X: TVec; Value: Double): Vector;Limit the largest value in the source data.

Overload 1: function ThreshTop(const X: TMtx; Value: Double): Matrix;

Limit the largest value in the source data.

#NameTypeDescription
1XTMtx
2ValueDoublescalar

Returns: Matrix

Remarks:

Internally calls Matrix.ThreshTop

Overload 2: function ThreshTop(const X: TVec; Value: Double): Vector;

Limit the largest value in the source data.

#NameTypeDescription
1XTVec
2ValueDoublescalar

Returns: Vector

Remarks:

Internally calls Vector.ThreshTop