$intNum = Integer ( <number>
)
or
$intNum = Int ( <number>
)
Fetches the integer portion of the given number.
Parameters
<number>
Any valid numeric datatype.
Return Value
Remarks
- Returns an integral value up to a maximum limit of sixteen numerical places.
Example
$a = 4.1915
$b = integer($a)
- $b contains 4.