Interpolator Constructor (Int32) |
Constructs an empty Interpolator with a certain capacity.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Interpolator(
int initialCapacity
)
Public Sub New (
initialCapacity As Integer
)
Parameters
- initialCapacity
- Type: SystemInt32
Number of items this interpolator can store without resizing.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also