Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
Documents
How To's
Language Index
Assignments
Datatypes
DIV
FALSE
FUNCTION
PRINT
QUIT
RAISE
Replace$
STOP EVENT
WAIT
Year
Language Overviews
Lèxic
Missatges d'Error
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
Since 3.1
Integer
=
IsInf
(
Number
)
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