Click or drag to resize

VectorAbsoluteMinimum Method

Returns the value of the absolute minimum element.

Namespace: Altaxo.Calc.LinearAlgebra.Double
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override double AbsoluteMinimum()

Return Value

Double
The value of the absolute minimum element.
See Also