BIS fnc greatestNum: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (see also) |
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
||
(40 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | |||
|game1= arma2 | |||
|version1= 1.00 | |||
| | |game2= arma2oa | ||
|version2= 1.50 | |||
|1.00 | |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> | |||
|x1= < | |||
|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