2.5.4.52 Intup

The Intup function performs a rounding calculation up to the next greater integer value.

ABNF:

 Intup = val " INTUP():128"

Required Arguments:

Name: Arg1

Type: vDouble

An argument that specifies the value to be rounded.

Return Value:

Type: vNum

This function returns a vNum containing the next greater integer value if Arg1 is not an integer. The unit of the return value is equal to the unit of Arg1.