Overload List

  NameDescription
Log10(DoubleMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the base-10 logarith function to each element of the matrix.
Log10(DoubleVector)
Creates a new vector with the same size as a given vector, whose values are the result of applying the base-10 logarith function to each element of the vector.
Log10(FloatMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the base-10 logarith function to each element of the matrix.
Log10(FloatVector)
Creates a new vector with the same size as a given vector, whose values are the result of applying the base-10 logarithm function to each element of the given vector.
Log10(Double)
Calculates the principal value of the base-10 logarithm of a double-precision floating point number.
Log10(Single)
Calculates the principal value of the base-10 logarithm of a floating point number.

See Also