Changeset 10932 for branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.4/ShiftToRangeTransformation.cs
- Timestamp:
- 06/04/14 11:16:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.4/ShiftToRangeTransformation.cs
r10909 r10932 19 19 20 20 #region properties 21 public override string ShortName { 22 get { return "Sft"; } 23 } 21 24 public DoubleRange Range { 22 25 get { return RangeParameter.Value; }
Note: See TracChangeset
for help on using the changeset viewer.