4D v16.3

Int

Home

 
4D v16.3
Int

Int 


 

Int ( number ) -> Function result 
Parameter Type   Description
number  Real in Number whose integer portion is returned
Function result  Real in Integer portion of number

Int returns the integer portion of number. Int truncates a negative number away from zero.

Example  

The following example illustrates how Int works for both positive and negative numbers. Note that the decimal portion of the number is removed:

 vlResult:=Int(123.4) ` vlResult gets 123
 vlResult:=Int(-123.4) ` vlResult gets –124



See also 

Dec

 
PROPERTIES 

Product: 4D
Theme: Math
Number: 8

This command can be run in preemptive processes

 
HISTORY 

Created: < 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)