| Name | Description |
---|
  | Round(Double, Int32) |
Rounds a double-precision floating point number to the specified number of digits.
|
  | 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(Single, Int32) |
Rounds a floating point number to the specified number of digits.
|