- Timestamp:
- 10/30/12 13:33:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDependencyCalculator.cs
r8833 r8861 21 21 22 22 using System.Collections.Generic; 23 using HeuristicLab.Data;24 23 25 24 namespace HeuristicLab.Problems.DataAnalysis { 26 25 public interface IDependencyCalculator { 27 DoubleRange Interval { get; } 26 double Maximum { get; } 27 double Minimum { get; } 28 28 string Name { get; } 29 29
Note: See TracChangeset
for help on using the changeset viewer.