MtxExpr.Log10 Method

Overload List

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

Overload 1: Matrix Log10(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Vector.Log10

Overload 2: Vector Log10(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Log10