Click or drag to resize

NMathFunctionsNaNMinIndex Method

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