Changeset 10703 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/FilterView.cs
- Timestamp:
- 04/02/14 13:14:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/FilterView.cs
r10700 r10703 71 71 bool[] result = Content.FilterLogic.Preview(filters); 72 72 73 int filteredCnt = result.Count(c => c);73 int filteredCnt = result.Count(c => !c); 74 74 75 75 tbFiltered.Text = filteredCnt.ToString();
Note: See TracChangeset
for help on using the changeset viewer.