- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Data/3.3/PercentArray.cs
r12012 r13368 27 27 namespace HeuristicLab.Data { 28 28 [Item("PercentArray", "Represents an array of double values in percent.")] 29 [StorableClass ]29 [StorableClass("35CF2041-955E-4C8F-B4D5-67CAD21C7F36")] 30 30 public class PercentArray : DoubleArray { 31 31 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.