Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPoint Structure / Round Method / Round(Int32) Method


In This Topic
    Round(Int32) Method
    In This Topic
    Round this point.
    Syntax
    'Declaration
     
    
    Public Overloads Function Round( _
       ByVal decimals As System.Integer _
    ) As NPoint
    'Usage
     
    
    Dim instance As NPoint
    Dim decimals As System.Integer
    Dim value As NPoint
     
    value = instance.Round(decimals)
    public NPoint Round( 
       System.int decimals
    )

    Parameters

    decimals
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also