BIS fnc linearConversion: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - "[[Scalar" to "[[Number") |
||
Line 19: | Line 19: | ||
|p1= [[Array]] - [minimumValue,maximumValue] (originalSet) | |p1= [[Array]] - [minimumValue,maximumValue] (originalSet) | ||
|p2= [[ | |p2= [[Number]] - (originalValue) | ||
|p3= [[Array]] - [minimumValue,maximumValue] (newSet) | |p3= [[Array]] - [minimumValue,maximumValue] (newSet) | ||
|r1= [[ | |r1= [[Number]] (newValue) | ||
|x1= | |x1= |
Revision as of 16:37, 3 September 2021
Description
Syntax
- Syntax:
- Syntax needed
- Parameters:
- Array - [minimumValue,maximumValue] (originalSet)
- Number - (originalValue)
- Array - [minimumValue,maximumValue] (newSet)
- Return Value:
- Number (newValue)
Examples
- Examples:
- Example needed
Additional Information
- See also:
- linearConversion
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
- Posted on Aug 1, 2014 - 23:39
- ffur2007slx2_5
-
(Arma 3 0.50) It is recommended to use linearConversion instead of BIS_fnc_linearConversion:
linearConversion [0, 100, 50, 0, 50, true]; // same as [[0, 100], 50, [0, 50]] call BIS_fnc_linearConversion