VectorMathLog Method |
| Name | Description | |
|---|---|---|
| Log(Double) |
Computes natural logarithm of array elements.
| |
| Log(Vector) |
Computes natural logarithm of vector elements.
| |
| Log(Double, Double) |
Computes natural logarithm of array elements.
Result will be stored in result array.
| |
| Log(Vector, Vector) |
Computes natural logarithm of vector elements.
Result will be stored in result vector.
| |
| Log(Double, Int32, Int32) |
Computes natural logarithm of Array elements.
| |
| Log(Double, Int32, Double, Int32, Int32) |
Computes natural logarithm of array elements.
Result will be stored in result array.
|