Click or drag to resize

NMathFunctionsNaNMaxIndex Method

Overload List
 NameDescription
Public methodStatic memberNaNMaxIndex(Double) Calculates the index of the maximum value in the given data set, excluding NaN values.
Public methodStatic memberNaNMaxIndex(DoubleVector) Calculates the index of the maximum value of the vector elements that are not equal to NaN.
Public methodStatic memberNaNMaxIndex(FloatVector) Calculates the index of the maximum value of the vector elements that are not equal to NaN.
Public methodStatic memberNaNMaxIndex(IDFColumn) Calculates the index of the maximum value in the given data set, excluding missing values.
Top
See Also