M_Rhino_Geometry_Interpolator__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Interpolator Constructor (IEnumerable(Double))

Constructs an Interpolator from a collection of numbers.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Interpolator(
	IEnumerable<double> collection
)

VB

Public Sub New ( 
	collection As IEnumerable(Of Double)
)

Parameters

 

collection
Type: System.Collections.Generic.IEnumerable(Double)
Collection of numbers to duplicate.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interpolator Class
Interpolator Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️