MtxExpr.Abs Method

Overload List

#SignatureDescription
1Matrix Abs(TMtx X)Result = the Abs function from the source and return the result
2Vector Abs(TVec X)Result = the Abs function from the source and return the result

Overload 1: Matrix Abs(TMtx X)

Compute the Abs function from the source and return the result.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Abs

Overload 2: Vector Abs(TVec X)

Compute the Abs function from the source and return the result.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Abs