Nevron Open Vision Documentation
Nevron.Nov Namespace / NMathF Class / IntUp Method / IntUp(Single) Method


In This Topic
    IntUp(Single) Method
    In This Topic
    Rounds the value to the adjacent integer that is farest from zero.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IntUp( _
       ByVal value As System.Single _
    ) As System.Single
    'Usage
     
    
    Dim value As System.Single
    Dim value As System.Single
     
    value = NMathF.IntUp(value)
    public static System.float IntUp( 
       System.float value
    )

    Parameters

    value
    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