Interpolator Constructor (RhinoListDouble) |
Copy all the numbers from an existing RhinoList.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic Interpolator(
RhinoList<double> list
)
Public Sub New (
list As RhinoList(Of Double)
)
Parameters
- list
- Type: Rhino.CollectionsRhinoListDouble
List to mimic.
See Also