BIS fnc vectorDivide
Jump to navigation
Jump to search
{{Function|Comments=
| arma3 |Game name=
|1.00|Game version=
| Divides vector by scalar, by dividing all vector elements.
|Description=
| [vector, divider] call BIS_fnc_vectorDivide |Syntax=
|p1= vector: Array of Numbers - (Optional, default [0,0,0]) can be any array of numbers. |Parameter 1=
|p2= divider: Number - (Optional, default 1)
| Array of Numbers |Return value=
|x1= [[123, 456, 789], 5] call BIS_fnc_vectorDivide;
|Example 1=
|x2= [[1, 2, 3, 4, 5, 6, 7, 8, 9], 5] call BIS_fnc_vectorDivide;
|Example 2=
| vectorMultiply BIS_fnc_vectorMultiply |See also= }}