Overload List
| Name | Description | |
|---|---|---|
| Round(DoubleMatrix, Int32) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of rounding each element to the specified number of digits.
| |
| Round(DoubleVector, Int32) |
Creates a new vector with the same size as a given vector, whose values
are the result of rounding each element of the given vector to the
specified number of decimal places.
| |
| Round(FloatMatrix, Int32) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of rounding each element to the specified number of digits.
| |
| Round(FloatVector, Int32) |
Creates a new vector with the same size as a given vector, whose values
are the result of rounding each element of the given vector to the
specified number of decimal places.
| |
| Round(Double, Int32) |
Rounds a double-precision floating point number to the specified number of digits.
| |
| Round(Single, Int32) |
Rounds a floating point number to the specified number of digits.
|