  | NMathFunctionsMaxIndex(FloatVector) Method | 
            Calculates the index of the maximum value of a given vector's elements.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static int MaxIndex(
	FloatVector v
)
Public Shared Function MaxIndex ( 
	v As FloatVector
) As Integer
public:
static int MaxIndex(
	FloatVector^ v
)
static member MaxIndex : 
        v : FloatVector -> int Parameters
- v  FloatVector
 - A vector.
 
Return Value
Int32Absolute index.
See Also