TA-Lib : Technical Analysis Library

FunctionBase.Input Class

Define an input variable for the function.

For a list of all members of this type, see FunctionBase.Input Members.

System.Object
   TA.Lib.FunctionBase.Var
      TA.Lib.FunctionBase.Input

[Visual Basic]
Public Class FunctionBase.Input
    Inherits Var
[C#]
public class FunctionBase.Input : Var
[C++]
public __gc class FunctionBase.Input : public Var
[JScript]
public class FunctionBase.Input extends Var

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: TA.Lib

Assembly: Timeseries (in Timeseries.dll)

See Also

FunctionBase.Input Members | TA.Lib Namespace