NMath |
| Name | Description | |
|---|---|---|
| MinValue(Double) | Calculates the minimum value in the given data set. | |
| MinValue(DoubleMatrix) | Computes the minimum value of each of the matrix columns. | |
| MinValue(DoubleVector) | Calculates the minimum value of a given vector's elements. | |
| MinValue(FloatMatrix) | Computes the minimum value of each of the matrix columns. | |
| MinValue(FloatVector) | Calculates the minimum value of a given vector's elements. | |
| MinValue(IDFColumn) | Calculates the minimum value in the given data set. | |
| MinValue(Int32) | Calculates the minimum value in the given data set. | |
| MinValue(Single) | Calculates the minimum value in the given data set. |