M_Rhino_Geometry_Interpolator__ctor_4 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a new Interpolator with a specified amount of numbers.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Interpolator(
int amount,
double defaultValue
)
VB
Public Sub New (
amount As Integer,
defaultValue As Double
)
- amount
- Type: System.Int32
Number of values to add to this Interpolator. Must be equal to or larger than zero. - defaultValue
- Type: System.Double
Number to add.
Supported in: 6.0.16224.21491, 5D58w
Interpolator Class
Interpolator Overload
Rhino.Geometry Namespace