MtxExpr.Log10 Method

Overload List

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

Overload 1: function Log10(const X: TMtx): Matrix;

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Vector.Log10

Overload 2: function Log10(const X: TVec): Vector;

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Log10