RhinoCommon API
Interpolator Constructor (Int32, Double) |
Constructs a new Interpolator with a specified amount of numbers.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public Interpolator( int amount, double defaultValue )
Public Sub New ( amount As Integer, defaultValue As Double )
Parameters
- amount
- Type: SystemInt32
Number of values to add to this Interpolator. Must be equal to or larger than zero. - defaultValue
- Type: SystemDouble
Number to add.