ArcGIS Pro 3.7 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 Shared Function RoundUp( _
       ByVal numberFormat As CIMNumberFormat, _
       ByVal value As Double _
    ) As Double
    public static double RoundUp( 
       CIMNumberFormat numberFormat,
       double value
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also