Represents the set of parameters that determine the shape of a particular type of Curve.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class ParameterCollection _ Implements ICollection, ICollection(Of Double), IEnumerable(Of Double), IEnumerable |
| C# |
|---|
public sealed class ParameterCollection : ICollection, ICollection<double>, IEnumerable<double>, IEnumerable |
| C++ |
|---|
public ref class ParameterCollection sealed : ICollection, ICollection<double>, IEnumerable<double>, IEnumerable |
Methods
| Icon | Type | Description |
|---|---|---|
| CopyTo(Double[](), Int32) |
Copies the parameters to the specified array starting at the specified index.
| |
| Equals(Object) | ||
| Finalize() | ||
| GetEnumerator() |
Returns an IEnumerator object that can iterate through the collection.
| |
| GetHashCode() | Serves as a hash function for a particular type. | |
| GetType() | Gets the Type of the current instance. | |
| MemberwiseClone() | Creates a shallow copy of the current Object. | |
| ToArray() |
Copies the parameters to a new Double array.
| |
| ToString() |
Fields
| Icon | Type | Description |
|---|---|---|
| Empty |
Represents an empty ParameterCollection.
|
Properties
| Icon | Type | Description |
|---|---|---|
| Count |
Gets the number of parameters in the collection.
| |
| Item(Int32) |
Gets or sets the value of the specified parameter.
|