M_Rhino_Geometry_Interpolator__ctor_4 - mcneel/rhinocommon-api-docs GitHub Wiki

Interpolator Constructor (Int32, Double)

Constructs a new Interpolator with a specified amount of numbers.

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

Syntax

C#

public Interpolator(
	int amount,
	double defaultValue
)

VB

Public Sub New ( 
	amount As Integer,
	defaultValue As Double
)

Parameters

 

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interpolator Class
Interpolator Overload
Rhino.Geometry Namespace

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