VectorDoPointwiseMaximum(Single, VectorSingle) Method |
Pointwise applies the maximum with a scalar and stores the result in result.
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void DoPointwiseMaximum(
float scalar,
Vector<float> result
)
Parameters
- scalar Single
- The scalar to compare against.
- result VectorSingle
- The vector to store the result.
See Also