BIS fnc greatestNum: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Numbers(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\] " to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma2 |Game name= | | arma2 |Game name= | ||
Line 9: | Line 8: | ||
|gr2 = Math |GROUP2= | |gr2 = Math |GROUP2= | ||
| Returns the greatest number out of the passed set. |DESCRIPTION= | | Returns the greatest number out of the passed set. |DESCRIPTION= | ||
| numbers call [[BIS_fnc_greatestNum]] |SYNTAX= | | numbers call [[BIS_fnc_greatestNum]] |SYNTAX= | ||
Line 19: | Line 16: | ||
| [[Number]] - greatest number in the set |RETURNVALUE= | | [[Number]] - greatest number in the set |RETURNVALUE= | ||
|x1= <code>_result = [7,2,1,5,10] [[call]] [[BIS_fnc_greatestNum]]; //_result = 10</code> |EXAMPLE1= | |x1= <code>_result = [7,2,1,5,10] [[call]] [[BIS_fnc_greatestNum]]; //_result = 10</code> |EXAMPLE1= | ||
|[[BIS_fnc_lowestNum]], [[BIS_fnc_findExtreme]], [[selectMin]], [[selectMax]] |SEEALSO= | |[[BIS_fnc_lowestNum]], [[BIS_fnc_findExtreme]], [[selectMin]], [[selectMax]] |SEEALSO= |
Revision as of 23:10, 16 January 2021
Description
Syntax
- Syntax:
- numbers call BIS_fnc_greatestNum
- Parameters:
- numbers: Array - a set of numbers
- Return Value:
- Number - greatest number in the set
Examples
- Example 1:
_result = [7,2,1,5,10] call BIS_fnc_greatestNum; //_result = 10
Additional Information
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