Vector<T>.Log In Place Method
            
            
            
            Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
| Log | Computes the logarithm of the elements of a vector in-place. | 
| Log | Computes the logarithm of the elements of a vector in-place. | 
LogInPlace
            Computes the logarithm of the elements of a vector in-place.
            
public Vector<T> LogInPlace()Return Value
Vector<T>The current vector whose elements are replaced by their logarithm.
LogInPlace(T)
            Computes the logarithm of the elements of a vector in-place.
            
public Vector<T> LogInPlace(
	T newBase
)Parameters
- newBase T
 - The base of the logarithm.
 
Return Value
Vector<T>The current vector whose elements are replaced by their logarithm.