- Timestamp:
- 11/27/13 15:07:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs
r10157 r10158 29 29 void SetCell<T>(int columnIndex, int rowIndex, T value); 30 30 31 IList<T> GetValues<T>( string variableName);31 IList<T> GetValues<T>(int columnIndex); 32 32 void SetValues<T>(int columnIndex, IEnumerable<T> values); 33 33
Note: See TracChangeset
for help on using the changeset viewer.