Formula Engine Reference Guide
 

 

Back to Class Index

 

INT(X)

Description
This function returns the integer portion of X.
 
Parameters
X

A numeric value
 
Examples
INT(232.45566) = 232
 
INT(J20) = -10, where J20 = -10.3
 
INT(PI) = 3