MtxExpr.Log2 Method

Overload List

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

Overload 1: Matrix Log2(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Log2

Overload 2: Vector Log2(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Log2