Changeset 16571 for trunk/HeuristicLab.Problems.DataAnalysis
- Timestamp:
- 01/28/19 17:39:41 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Interval.cs
r16565 r16571 34 34 public double UpperBound { get; private set; } 35 35 36 [StorableConstructor] 37 protected Interval(StorableConstructorFlag _) { } 38 36 39 public Interval(double lowerBound, double upperBound) { 37 40 if (lowerBound > upperBound)
Note: See TracChangeset
for help on using the changeset viewer.