Version

Round Method (Compute)

Returns x rounded to the nearest integer.
Overload List
OverloadDescription
Round(Double)Returns x rounded to the nearest integer.  
Round(Complex)Returns a Complex number composed of the rounded values of the real and imaginary parts of x.  
Round(Vector)Returns a Vector with each element of x rounded to the nearest integer.  
Round(ComplexVector)Returns a ComplexVector composed of the rounded values of the real and imaginary parts of each element of x.  
Round(Matrix)Returns a Matrix with each element of x rounded to the nearest integer.  
Round(ComplexMatrix)Returns a ComplexMatrix composed of the rounded values of the real and imaginary parts of each element of x.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also