BIS fnc greatestNum: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "code>_([a-zA-Z0-9_]+) = " to "code>private _$1 = ") |
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
||
(5 intermediate revisions by the same user not shown) | |||
Line 25: | Line 25: | ||
|r1= [[Number]] - greatest number in the set | |r1= [[Number]] - greatest number in the set | ||
|x1= < | |x1= <sqf>private _result = [7,2,1,5,10] call BIS_fnc_greatestNum; //_result = 10</sqf> | ||
|seealso= [[BIS_fnc_lowestNum]] [[BIS_fnc_findExtreme]] | |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