ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / NumberFormat Class / RoundUp Method
The format to use
The value to round up

In This Topic
    RoundUp Method
    In This Topic
    Rounds up the input value based on the specified ArcGIS.Core.CIM.CIMNumberFormat. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static double RoundUp( 
       CIMNumberFormat numberFormat,
       double value
    )
    Public Shared Function RoundUp( _
       ByVal numberFormat As CIMNumberFormat, _
       ByVal value As Double _
    ) As Double

    Parameters

    numberFormat
    The format to use
    value
    The value to round up

    Return Value

    The rounded up value
    Exceptions
    ExceptionDescription
    Number format cannot be null
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also