3.5.1.1.20 Int
Contents
Description
This function returns the truncated integer of x.
Syntax
int int( double x)
Parameters
x
- is the numeric value you want to get the integer.
Return
Returns the truncated integer of x.
Example
int(7.9) = ; //should return 7