- Timestamp:
- 02/23/15 16:47:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingData.cs
r12012 r12059 35 35 string GetCellAsString(int columnIndex, int rowIndex); 36 36 37 [Obsolete("use the index based variant, is faster")]38 IList<T> GetValues<T>(string variableName, bool considerSelection = false);39 37 IList<T> GetValues<T>(int columnIndex, bool considerSelection = false); 40 38
Note: See TracChangeset
for help on using the changeset viewer.