Gambas Documentation
Documents
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
IsInf
Integer
=
IsInf
(
Number
)
Since 3.1
Return if a floating pointer is a finite or infinite number.
This function returns:
0
if the number is finite.
-1
if the number is negative infinity.
+1
if the number is positive infinity.
See also
+INF
-INF