TA-Lib : Technical Analysis Library

FunctionBase Members

FunctionBase overview

Public Instance Constructors

FunctionBase ConstructorInitializes a new instance of the FunctionBase class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExecExecute 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.
IterFunction called for each value of the timeseries.
MapOverloaded. Connect a variable to a named variable in the input timeseries.
MapToAllows to map a Input or a Output to a variable of the corresponding input and output timeseries.
PostFunction called after the iteration is completed.
PreFunction called prior to the iteration.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.

See Also

FunctionBase Class | TA.Lib Namespace