Nevron .NET Vision
Nevron Namespace / NMath Class / Round Method / Round(Double) Method
value to round


In This Topic
    Round(Double) Method
    In This Topic
    Rounds the specified value to the nearest int value
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Round( _
       ByVal dValue As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim dValue As System.Double
    Dim value As System.Double
     
    value = NMath.Round(dValue)
    public static System.double Round( 
       System.double dValue
    )

    Parameters

    dValue
    value to round

    Return Value

    rounded value
    Requirements

    Target Platforms: 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