- Timestamp:
- 09/07/12 20:48:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Common/3.3/EnumerableStatisticExtensions.cs
r8564 r8605 61 61 i++; 62 62 } 63 if (i < = 2) throw new ArgumentException("The enumerable must contain at least two elements", "values");63 if (i < 1) throw new ArgumentException("The enumerable must contain at least two elements", "values"); 64 64 return max - min; 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.