Click or drag to resize

NMathFunctionsMinValue(DoubleVector) Method

Calculates the minimum value of a given vector's elements.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double MinValue(
	DoubleVector v
)

Parameters

v  DoubleVector
A vector.

Return Value

Double
Minimum value.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if v has zero length.
See Also