The MatrixT generic type exposes the following members.
Methods|
| Name | Description |
|---|
  | ConvertArray(String, Int32) | |
  | ConvertArray(String, Int32, Boolean) | |
  | ConvertMatrix | |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
  | FromCSV(String, T) | |
  | FromCSV(String, T, Char) | |
  | FromString | |
 | GetColumn(Int32) | |
  | GetColumn(T, Int32) | |
 | GetColumn(Int32, Int32, Int32) | |
  | GetColumn(T, Int32, Int32, Int32) | |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetRow(Int32) | |
  | GetRow(T, Int32) | |
 | GetRow(Int32, Int32, Int32) | |
  | GetRow(T, Int32, Int32, Int32) | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | JoinArray | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | MergeRight | |
  | Parse(String) | |
  | Parse(String, Char) | |
  | ParsePlateXml | |
 | Position2XY(String) | |
  | Position2XY(String, MatrixTPosition) | |
 | Process(MatrixTIndexProcessor) | |
 | Process(MatrixTValueProcessor) | |
  | Process(T, MatrixTIndexProcessor) | |
  | Process(T, MatrixTValueProcessor) | |
 | RemoveCols(Int32, Int32) | |
  | RemoveCols(T, Int32, Int32) | |
 | RemoveRows(Int32, Int32) | |
  | RemoveRows(T, Int32, Int32) | |
 | ResetValues | |
 | Rotate | |
 | Subset(String) | |
 | Subset(String, Int32, Int32) | |
 | Subset(Int32, Int32, Int32, Int32) | |
 | ToCSV | |
 | ToCSV(Int32, Int32) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | ToString(Char) | |
 | UsedToCSV | |
  | Validate | |
 | WriteJson(TextWriter) | |
 | WriteJson(TextWriter, Char) | |
Top
See Also