FunctionBase Constructor | Initializes a new instance of the FunctionBase class. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Exec | Execute the function on a timeseries. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Iter | Function called for each value of the timeseries. |
Map | Overloaded. Connect a variable to a named variable in the input timeseries. |
MapTo | Allows to map a Input or a Output to a variable of the corresponding input and output timeseries. |
Post | Function called after the iteration is completed. |
Pre | Function called prior to the iteration. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
FunctionBase Class | TA.Lib Namespace