Calculates the index of the maximum 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 int MaxAbs1Index( FloatComplexVector v ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MaxAbs1Index ( _ v As FloatComplexVector _ ) As Integer |
| Visual C++ |
|---|
public: static int MaxAbs1Index( FloatComplexVector^ v ) |
Parameters
- v
- Type: CenterSpace.NMath.Core..::.FloatComplexVector
A vector.