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

IconTypeDescription
CopyTo(Double[](), Int32)
Copies the parameters to the specified array starting at the specified index.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
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()
Returns a String that represents the current Object.

Fields

IconTypeDescription
static memberEmpty
Represents an empty ParameterCollection.

Properties

IconTypeDescription
Count
Gets the number of parameters in the collection.
Item(Int32)
Gets or sets the value of the specified parameter.

Inheritance Hierarchy

System.Object
  Extreme.Mathematics.Curves.ParameterCollection