MapRangeArray Op
Maps values in an Array from one range into another.
Summary (oneliner)
Full Name
- Ops.Array.MapRangeArray
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
array (Array)
the array of values you want to map
Input Range
old min (Number)
The minimum of the old range
old max (Number)
The maximum of the old range
Output Range
new min (Number)
The minimum of the new range
new max (Number)
The maximum of the new range
Easing index (Number: integer)
OUTPUT PORTS
result (Array)
Array of newly mapped values