Method floatp()
- Method floatp
int floatp(mixed arg)
- Description
Returns
1
if arg is a float,0
(zero) otherwise.- See also
intp(), programp(), arrayp(), multisetp(), objectp(), mappingp(), stringp(), functionp()
int floatp(mixed arg)
Returns 1
if arg is a float, 0
(zero) otherwise.
intp(), programp(), arrayp(), multisetp(), objectp(), mappingp(), stringp(), functionp()