RhinoCommon API
Interpolator Constructor (IEnumerableDouble) |
Constructs an Interpolator from a collection of numbers.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public Interpolator( IEnumerable<double> collection )
Public Sub New ( collection As IEnumerable(Of Double) )
Parameters
- collection
- Type: System.Collections.GenericIEnumerableDouble
Collection of numbers to duplicate.
