Returns a matrix whose components are the base 10 logarithms of the components of another matrix.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function Log10 ( _
matrix As Matrix _
) As Matrix
|
Return Value
A matrix whose components are the base 10 logarithms of the components of
matrix.
Exceptions
See Also