BIS fnc cutDecimals: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
||
Line 5: | Line 5: | ||
|1.00 | |1.00 | ||
|gr1 = Math | |gr1= Math | ||
| Function that rounds specified number to specified amount of decimals. | | Function that rounds specified number to specified amount of decimals. |
Revision as of 11:54, 11 April 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Math
Syntax
- Syntax:
- Syntax needed
- Parameters:
- number: Number - Decimal number to round.
- precision: Number - (Optional, default 0) Amount of decimals to round to
- Return Value:
- Return value needed
Examples
- Example 1:
_cutDecimals = [33.3333, 1] call BIS_fnc_cutDecimals; // returns 33.3
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