Calculates the minimum absolute value of a given vector's elements.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static double MinAbs1Value( DoubleComplexVector v ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MinAbs1Value ( _ v As DoubleComplexVector _ ) As Double |
| Visual C++ |
|---|
public: static double MinAbs1Value( DoubleComplexVector^ v ) |
Parameters
- v
- Type: CenterSpace.NMath.Core..::.DoubleComplexVector
A vector.
Return Value
Absolute minimum value.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if v has zero length. |