Interpolator Constructor |
| Name | Description | |
|---|---|---|
| Interpolator |
Constructs a new, empty Interpolator.
| |
| Interpolator(IEnumerableDouble) |
Constructs an Interpolator from a collection of numbers.
| |
| Interpolator(Int32) |
Constructs an empty Interpolator with a certain capacity.
| |
| Interpolator(RhinoListDouble) |
Copy all the numbers from an existing RhinoList.
| |
| Interpolator(Int32, Double) |
Constructs a new Interpolator with a specified amount of numbers.
|