ArcGIS Pro 2.8 API Reference Guide
RoundUp Method

ArcGIS.Desktop.Mapping Namespace > NumberFormat Class : RoundUp Method
The format to use
The value to round up
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 10, Windows 8.1

See Also

Reference

NumberFormat Class
NumberFormat Members