$intNum = Fraction (
<number>
)
or
$intNum = Frac (
<number>
)
Retrieves the fractional portion of the given number.
Parameters
<number>
Any numeric value.
Return Value
Returns an integer.
Example
$a = 4.1915 $b = fraction($a)
$b
contains
1915
.