ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Math Class / Round Method / Round(Double) Method
A double number to be rounded.

In This Topic
    Round(Double) Method
    In This Topic
    To make a round mathematic operation for double type number.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Round( _
       ByVal paraNum As Double _
    ) As Integer
    public static int Round( 
       double paraNum
    )

    Parameters

    paraNum
    A double number to be rounded.

    Return Value

    The number nearest value with precision equal to double.
    See Also