Click or drag to resize

NMathFunctionsMinValue Method

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