VectorDoPointwiseMinimum(Double, VectorDouble) Method |
Pointwise applies the minimum with a scalar 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 DoPointwiseMinimum(
double scalar,
Vector<double> result
)
Parameters
- scalar Double
- The scalar to compare against.
- result VectorDouble
- The vector to store the result.
See Also