MtxExpr.ThreshBottom Method

Overload List

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

Overload 1: Matrix ThreshBottom(TMtx X, Double Value)

Limit the smallest value in the source data.

#NameTypeDescription
1XTMtxsource TMtx
2ValueDoublescalar

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ThreshBottom

Overload 2: Vector ThreshBottom(TVec X, Double Value)

Limit the smallest value in the source data.

#NameTypeDescription
1XTVecsource TVec
2ValueDoublescalar

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ThreshBottom