MtxExpr.ThreshBottom Method

Overload List

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

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

Limit the smallest value in the source data.

#NameTypeDescription
1XTMtx
2ValueDoublescalar

Returns: Matrix

Remarks:

Internally calls Matrix.ThreshBottom

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

Limit the smallest value in the source data.

#NameTypeDescription
1XTVec
2ValueDoublescalar

Returns: Vector

Remarks:

Internally calls Vector.ThreshBottom