MtxExpr.ThreshTop Method

Overload List

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

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

Limit the largest value in the source data.

#NameTypeDescription
1XTMtxsource TMtx
2ValueDoublescalar

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ThreshTop

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

Limit the largest value in the source data.

#NameTypeDescription
1XTVecsource TVec
2ValueDoublescalar

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ThreshTop