武装突袭 Wiki
Advertisement
  

Click on the images for descriptions

Introduced in

Game:
Arma 2
Version:
1.00

Description

Description:
Returns the lowest number out of the passed set.
Arma 3 logo black This function is obsolete since the introduction of BIS_fnc_findExtreme.

Syntax

Syntax:
numbers call BIS_fnc_lowestNum
Parameters:
numbers: Array - a set of numbers
Return Value:
lowestNum: Number - lowest number in the set

Examples

Example 1:
_result = [7,2,1,5,10] call BIS_fnc_lowestNum; //_result = 1

Additional Information

Execution:
call
Multiplayer:
-
See also:
BIS_fnc_findExtreme

Notes

Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To

Notes

Bottom Section

Advertisement