Changeset 13368 for branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/Exponential.cs
- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/Exponential.cs
r12012 r13368 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.DataAnalysis.Symbolic { 27 [StorableClass ]27 [StorableClass("B45781E4-DDCA-4C2B-AA29-FA513F5EE175")] 28 28 [Item("Exponential", "Symbol that represents the exponential function.")] 29 29 public sealed class Exponential : Symbol {
Note: See TracChangeset
for help on using the changeset viewer.