Method | Description | |
---|---|---|
Convert ( object o ) : IEnumerable |
Convert string to list of numbers.
|
|
Convert ( double val ) : object |
Convert from number to string.
|
|
Equals ( object obj ) : bool |
Equality test
|
|
GetColumns ( ) : IEnumerable |
Expansion column names.
|
|
GetHashCode ( ) : int |
Return hash
|
|
ImportExclusions ( string file ) : void |
import exclusion list from file.
|
|
PreProcess ( IEnumerable |
Preprocess data set to create dictionary.
|
|
StringProperty ( ) : System |
Default constructor.
|
public Convert ( object o ) : IEnumerable |
||
o | object | in string. |
return | IEnumerable |
public ImportExclusions ( string file ) : void | ||
file | string | . |
return | void |