Home Search

DriveWorks Pro 21
RoundUp

Send Feedback

RoundUp

This function will return the number rounded up to the specified number of decimal places.

Syntax

RoundUp([Number], [Decimal Places])

Where:

Number is a number or a reference to a number, that should be rounded to a specified number of decimal places.

DecimalPlaces is the number of decimal places to which the number should be rounded.

Examples

Rule

Meaning
RoundUp(WidthTextBoxReturn/4, 2)Determines the return value of WidthTextBox divided by 4, and rounds it up to 2 decimal places.

Example Outcomes

WidthTextBoxReturn/4 Value

Number of Digits

Result of the RoundUp function

36.5823563236.59
187.5284924187.5285
78.343545079