Version

UltraCalcFunctionRound Class

Rounds the fractional portion of a numeric value up or down to produce an integer.
Syntax
'Declaration
 
Public Class UltraCalcFunctionRound 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionRound : BuiltInFunctionBase 
Remarks

ROUND(value, number_of_digits)

Value is a numeric value or reference to a numeric value that you want to round up or down.

Number_of_digits specifies the precision at which rounding should occur. This will be the place value which UltraCalc examines to round up or down. By default, rounding occurs zero places right of the decimal point produces an integer.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also