  | NMathFunctionsNaNMaxIndex(DoubleVector) Method | 
            Calculates the index of the maximum value of the vector elements 
            that are not equal to NaN.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static int NaNMaxIndex(
	DoubleVector v
)
Public Shared Function NaNMaxIndex ( 
	v As DoubleVector
) As Integer
public:
static int NaNMaxIndex(
	DoubleVector^ v
)
static member NaNMaxIndex : 
        v : DoubleVector -> int Parameters
- v  DoubleVector
 - A vector.
 
Return Value
Int32The index of the maximum value of the elements in 
            
v that are not 
NaN.
See Also