finite

From Bohemia Interactive Community
Revision as of 23:10, 3 July 2006 by Planck (talk | contribs)
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 a valid number)


Example:

finite 10/0 .... result is false