- Timestamp:
- 11/27/13 16:31:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs
r10160 r10164 196 196 } 197 197 198 public bool IsType<T>(string variableName) { 199 return variableValues[variableName] is IList<T>; 200 } 201 198 202 #region IStringConvertibleMatrix Members 199 203 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.