Remap numbers into a new numbers list
ID
list-sequence-remap-numbers
Name
Remap Numbers
Group
Sequence
Package
List
Keywords
After creating a node, connect the value to remap to the first port, the source minimum, and maximum values to the second and third ports, and the target minimum and maximum values to the fourth and sixth ports. On the output port, we will get the remapped number.
List Item
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
value | Number | Value to remap | 5 |
sourceMin | Number | Source minimum value | 1 |
sourceMax | Number | Source maximum value | 10 |
targetMin | Number | Target minimum value | 10 |
targetMax | Number | Target maximum value | 100 |
Outputs
Name | Type | Description |
---|---|---|
mapped | Number | Remapped number |