Interpolator Constructor (IEnumerable(Double))

Interpolator Constructor (IEnumerableDouble)

Constructs an Interpolator from a collection of numbers.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Interpolator(
	IEnumerable<double> collection
)
Public Sub New ( 
	collection As IEnumerable(Of Double)
)

Parameters

collection
Type: System.Collections.GenericIEnumerableDouble
Collection of numbers to duplicate.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also