VectorDoPointwiseLog10 Method |
Pointwise applies the base-10 logarithm function to each element and stores the result in result.
Namespace: Altaxo.Calc.LinearAlgebra.DoubleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void DoPointwiseLog10(
Vector<double> result
)
Parameters
- result VectorDouble
- The vector to store the result.
See Also