finite: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|FINITE]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|FINITE]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066"> ''' finite  '' x'''''</h2>
|2.01|= Game version
____________________________________________________________________________________________


| True, if number is finite (not infinite and a valid number) |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''finite''' |= Syntax


'''x''': [[Number]]
|p1= x [[Number]] |= Parameter 1
   
'''Type of returned value:'''


[[Boolean]]
| [[Boolean]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>finite 10/0 .... result is false</pre> |= Example 1
____________________________________________________________________________________________


'''Compatibility:'''
|  |= See also


Version 2.01 required.
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


True, if number is finite (not infinite and a valid number)
<!-- Note Section END -->
</dl>


 
<h3 style="display:none">Bottom Section</h3>
'''Example''':
[[Category:Scripting Commands|FINITE]]
   
[[Category:Scripting Commands ArmA|FINITE]]
'''finite''' 10/0 .... result is false

Revision as of 01:10, 2 August 2006

-wrong parameter ("Arma") defined!-2.01
Hover & click on the images for description

Description

Description:
True, if number is finite (not infinite and a valid number)
Groups:
Uncategorised

Syntax

Syntax:
finite
Parameters:
x Number
Return Value:
Boolean

Examples

Example 1:
finite 10/0 .... result is false

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section