Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Optimization.Operators/3.3/LinearDiscreteDoubleValueModifier.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Optimization.Operators/3.3/LinearDiscreteDoubleValueModifier.cs
r13368 r14711 29 29 /// </summary> 30 30 [Item("LinearDiscreteDoubleValueModifier", "Modifies the value by linear (constant) fall or rise.")] 31 [Storable Class("5D7C5235-6F34-4BAD-BE4E-2F66622A1DBF")]31 [StorableType("5D7C5235-6F34-4BAD-BE4E-2F66622A1DBF")] 32 32 public class LinearDiscreteDoubleValueModifier : DiscreteDoubleValueModifier { 33 33 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.