Click or drag to resize

NMathFunctionsLog10 Method

Overload List
 NameDescription
Public methodStatic memberLog10(Double) Calculates the principal value of the base-10 logarithm of a double-precision floating point number.
Public methodStatic memberLog10(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.
Public methodStatic memberLog10(DoubleSymmetricMatrix) 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.
Public methodStatic memberLog10(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.
Public methodStatic memberLog10(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.
Public methodStatic memberLog10(FloatSymmetricMatrix) 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.
Public methodStatic memberLog10(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.
Public methodStatic memberLog10(Single) Calculates the principal value of the base-10 logarithm of a floating point number.
Top
See Also