BIS fnc greatestNum: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
||
(30 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma2 | | |game1= arma2 | ||
|version1= 1.00 | |||
|1. | |game2= arma2oa | ||
|version2= 1.50 | |||
| | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
| | |gr1= Arrays | ||
| | |gr2= Math | ||
| | |descr= Returns the greatest number out of the passed set. | ||
| [[ | |s1= numbers call [[BIS_fnc_greatestNum]] | ||
| | |p1= numbers: [[Array]] - a set of numbers | ||
|[[ | |r1= [[Number]] - greatest number in the set | ||
|x1= <sqf>private _result = [7,2,1,5,10] call BIS_fnc_greatestNum; //_result = 10</sqf> | |||
|seealso= [[BIS_fnc_lowestNum]] [[BIS_fnc_findExtreme]] [[selectMin]] [[selectMax]] | |||
}} | }} | ||
Latest revision as of 22:44, 12 July 2022
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:
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