- Timestamp:
- 03/04/15 14:17:09 (10 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12057,12059-12060
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4/Implementations/FilteredPreprocessingData.cs
r11159 r12121 81 81 public string GetCellAsString(int columnIndex, int rowIndex) { 82 82 return ActiveData.GetCellAsString(columnIndex, rowIndex); 83 }84 85 public IList<T> GetValues<T>(string variableName, bool considerSelection) {86 return ActiveData.GetValues<T>(variableName, considerSelection);87 83 } 88 84
Note: See TracChangeset
for help on using the changeset viewer.