BIS fnc greatestNum: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
|1.00|Game version= | |1.00|Game version= | ||
|gr1 = Arrays |GROUP1= | |||
|gr2 = Math |GROUP2= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 00:35, 10 October 2020
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