Version

UltraCalcFunctionInt Class

Converts a real numeric value (which may have a fractional part) into a whole number.
Syntax
'Declaration
 
Public Class UltraCalcFunctionInt 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionInt : BuiltInFunctionBase 
Remarks

INT(value)

Value is a real numeric value that you want to convert into a whole number. INT() is a more specialized version of the TRUNC() function because it always produces integer values (whereas the TRUNC() function allows you to specify a precision at which to truncate the numeric value.)

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