Range
Remaps values of a given range to a new range.
Inputs
- 
value
- The value to remap.
 
 - 
minimum in
- The minimum of the range that the value input sits within.
 
 - 
maximum in
- The maximum of the range that the value input sits within.
 
 - 
minimum out
- The minimum of the new range that the value input will be remapped to.
 
 - 
maximum out
- The maximum of the new range that the value input will be remapped to.
 
 
Outputs
- 
result
- The remapped value.
 
 - 
result list
- The list of remapped values.
 
 
Note(s)
- An example of remapping a value with this node might look like this:
 
  
- Other names for this node include: Remap and Lerp.