Computes the base 10 logarithm of the elements of a vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual Vector<T> Log10Core(
Vector<T> result
)
Protected Overridable Function Log10Core (
result As Vector(Of T)
) As Vector(Of T)
protected:
virtual Vector<T>^ Log10Core(
Vector<T>^ result
)
abstract Log10Core :
result : Vector<'T> -> Vector<'T>
override Log10Core :
result : Vector<'T> -> Vector<'T>
Parameters
- result
- Type: Extreme.MathematicsVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorT
Reference