Add a variable to this time series with the specified name. The new variable is built from an array of integer.
[Visual Basic] Public Sub SetVar( _ ByVal variableName As String, _ ByVal data As Integer() _ ) [C#] public void SetVar( string variableName, int[] data ); [C++] public: void SetVar( String* variableName, int data __gc[] ); [JScript] public function SetVar( String variableName, int[] data );
Timeseries Class | TA.Lib Namespace | Timeseries.SetVar Overload List