The ColumnCollectionT generic type exposes the following members.
| Name | Description |
---|
 | AsParallel |
Returns a partitioner object suitable for enumerating over the columns in parallel.
|
 | CopyTo |
Copies the columns to an array of vectors.
|
 | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
 | GetEnumerator | |
 | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Permute |
Permutes the columns.
|
 | ToArray |
Returns the columns in an array.
|
 | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Top
Reference