Click or drag to resize

NMathFunctionsMaxValue Method

Overload List
 NameDescription
Public methodStatic memberMaxValue(Double) Calculates the maximum value in the given data set.
Public methodStatic memberMaxValue(DoubleMatrix) Computes the maximum value of each of the matrix columns.
Public methodStatic memberMaxValue(DoubleVector) Calculates the maximum value of a given vector's elements.
Public methodStatic memberMaxValue(FloatMatrix) Computes the maximum value of each of the matrix columns.
Public methodStatic memberMaxValue(FloatVector) Calculates the maximum value of a given vector's elements.
Public methodStatic memberMaxValue(IDFColumn) Calculates the maximum value in the given data set.
Public methodStatic memberMaxValue(Int32) Calculates the maximum value in the given data set.
Public methodStatic memberMaxValue(Single) Calculates the maximum value in the given data set.
Top
See Also