Click or drag to resize

NMathFunctionsNaNMaxValue Method

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