Click or drag to resize

NMathFunctionsRound Method

Overload List
 NameDescription
Public methodStatic memberRound(Double, Int32) Rounds a double-precision floating point number to the specified number of digits.
Public methodStatic memberRound(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.
Public methodStatic memberRound(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.
Public methodStatic memberRound(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.
Public methodStatic memberRound(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.
Public methodStatic memberRound(Single, Int32) Rounds a floating point number to the specified number of digits.
Top
See Also