Constructs a new model term collection with the specified capacity.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ModelTermCollection(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
ModelTermCollection(
int capacity
)
new :
capacity : int -> ModelTermCollection
Parameters
- capacity
- Type: SystemInt32
The required capacity.
Reference