- Timestamp:
- 03/01/19 11:01:18 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Interval.cs
r16631 r16646 124 124 125 125 double min = Math.Min(Math.Min(v1, v2), Math.Min(v3, v4)); 126 double max = Math.Max(Math.M in(v1, v2), Math.Max(v3, v4));126 double max = Math.Max(Math.Max(v1, v2), Math.Max(v3, v4)); 127 127 return new Interval(min, max); 128 128 }
Note: See TracChangeset
for help on using the changeset viewer.