Click or drag to resize

VectorDoPointwiseMinimum(VectorSingle, VectorSingle) Method

Pointwise applies the minimum with another vector and stores the result in result.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void DoPointwiseMinimum(
	Vector<float> other,
	Vector<float> result
)

Parameters

other  VectorSingle
The vector to compare against.
result  VectorSingle
The vector to store the result.
See Also