Returns a vector whose components are the base 10 logarithms of the components of another vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Vector Log10(
Vector vector
)
Public Shared Function Log10 (
vector As Vector
) As Vector
public:
static Vector^ Log10(
Vector^ vector
)
static member Log10 :
vector : Vector -> Vector
Parameters
- vector
- Type: Extreme.MathematicsVector
A Vector.
Return Value
Type:
VectorA vector whose components are the base 10 logarithms of the components of
vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference