- Timestamp:
- 05/21/14 11:12:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IChartLogic.cs
r10847 r10867 46 46 47 47 string GetVariableNameByIndex(int index); 48 49 IEnumerable<string> GetVariableNames(); 50 List<double> GetVariableValues(string variableName); 48 51 } 49 52 }
Note: See TracChangeset
for help on using the changeset viewer.