- Timestamp:
- 12/04/13 17:01:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs
r10191 r10194 36 36 void DeleteRow(int rowIndex); 37 37 38 void InsertColumn (string variableName, int columnIndex);38 void InsertColumn<T>(string variableName, int columnIndex); 39 39 void DeleteColumn(string variableName); 40 40 … … 44 44 int Columns { get; } 45 45 int Rows { get; } 46 47 void ExportTo(IDataAnalysisProblemData problemData);48 46 49 47 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.