Click or drag to resize

VectorTDoPointwiseMinimum(T, VectorT) Method

Pointwise applies the minimum with a scalar and stores the result in result.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected abstract void DoPointwiseMinimum(
	T scalar,
	Vector<T> result
)

Parameters

scalar  T
The scalar to compare against.
result  VectorT
The vector to store the result.
See Also