[]
Stores functions for plotting.
public class FunctionsCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets the specified function from the collection by numeric index. |
Name | Description |
---|---|
Add(FunctionBase) | Adds the specified function to the collection. |
Contains(FunctionBase) | Determines whether a value is in the FunctionsCollection. |
CopyTo(FunctionBase[], int) | Copies data values to the specified array beginning at the specified index from the FunctionsCollection. |
IndexOf(FunctionBase) | Gets the index of the first specified value in the FunctionsCollection. |
Insert(int, FunctionBase) | Inserts the specified function in the collection at the specified index. |
OnClearComplete() | |
OnInsert(int, object) | |
OnInsertComplete(int, object) | |
OnRemoveComplete(int, object) | |
OnSetComplete(int, object, object) | |
Remove(FunctionBase) | Removes the specified function from the collection. |