BIS fnc linearConversion: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Text replacement - "<dl class="command_description"> <dd class="notedate">" to "<dl class="command_description"> <dt></dt> <dd class="notedate">")
Line 24: Line 24:


<dl class="command_description">
<dl class="command_description">
<dt></dt>
<dd class="notedate">Posted on Aug 1, 2014 - 23:39</dd>
<dd class="notedate">Posted on Aug 1, 2014 - 23:39</dd>
<dt class="note">[[User:ffur2007slx2_5|ffur2007slx2_5]]<dd class="note">
<dt class="note">[[User:ffur2007slx2_5|ffur2007slx2_5]]<dd class="note">

Revision as of 22:42, 5 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Math

Syntax

Syntax:
Syntax needed
Parameters:
Array - [minimumValue,maximumValue] (originalSet)
Scalar - (originalValue)
Array - [minimumValue,maximumValue] (newSet)
Return Value:
Return value needed

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
(A3 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