TA-Lib : Technical Analysis Library

FunctionBase.Map Method (Output, String)

Connect a variable to a named variable in the output timeseries.

[Visual Basic]
Public Sub Map( _ 
   ByRef outVar As Output, _ 
   ByVal name As String _ 
)
[C#]
public void Map(
   out Output outVar,
   string name
);
[C++]
public: void Map(
   * Output* outVar,
   String* name
);
[JScript]
public function Map(
   Output outVar,
   String name
);

Parameters

outVar
is the 'Input' reference to initialize.
name
is the name of the corresponding variable in the input timeseries.

See Also

FunctionBase Class | TA.Lib Namespace | FunctionBase.Map Overload List