
Description
Note: This component’s functionality can be achieved by using the Remap component. The function of this component is to reduce the number of steps to unitize a list of numbers.
Note:
This component's functionality can be achieved by using the Remap component. The function of this component is to reduce the number of steps to unitize a list of numbers.
This vb Component for Grasshopper takes a list of numbers in any sequence and proportionally unitizes the values from 0 to 1. The user simply inputs the list of values and the component outputs a corresponding set of unitized values.
The equation is simple. Input list of Values = V, Min = lower bounds, Max = upper bounds, T = unitized value. V is unitized by the following
T = ((V-Min) / (Max-min))
Components

Unitize
V | In | Double | List | A list of numbers |
A | Out | Double | List | A list of values remapped to a domain of 0-1 |
Downloads
Minimum Requirements
Platform | Rhino 5, Grasshopper |
Version | Grasshopper 0.9.0075 |
Type | C# Component |