Interpolator Constructor

Interpolator Constructor

Overload List
  NameDescription
Public methodInterpolator
Constructs a new, empty Interpolator.
Public methodInterpolator(IEnumerableDouble)
Constructs an Interpolator from a collection of numbers.
Public methodInterpolator(Int32)
Constructs an empty Interpolator with a certain capacity.
Public methodInterpolator(RhinoListDouble)
Copy all the numbers from an existing RhinoList.
Public methodInterpolator(Int32, Double)
Constructs a new Interpolator with a specified amount of numbers.
Top
See Also