finite

From Bohemia Interactive Community
Revision as of 00:22, 2 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


finite x


Operand types:

x: Number


Type of returned value:

Boolean

Compatibility:

Version 2.01 required.

Description:

True, if number is finite (not infinite and valid number)

Example:

finite 10/0 , result is false