|
|
IMatrixFormatProvider Interface |
Namespace: Accord.Math
The IMatrixFormatProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| FormatColDelimiter | A string containing the column delimiter for a matrix to be used in formatting. | |
| FormatColEnd | A string denoting the end of a matrix column to be used in formatting. | |
| FormatColStart | A string denoting the start of a matrix column to be used in formatting. | |
| FormatMatrixEnd | A string denoting the end of the matrix to be used in formatting. | |
| FormatMatrixStart | A string denoting the start of the matrix to be used in formatting. | |
| FormatRowDelimiter | A string containing the row delimiter for a matrix to be used in formatting. | |
| FormatRowEnd | A string denoting the end of a matrix row to be used in formatting. | |
| FormatRowStart | A string denoting the start of a matrix row to be used in formatting. | |
| InnerProvider |
Gets the culture specific formatting information
to be used during parsing or formatting.
| |
| ParseColDelimiter | A string containing the column delimiter for a matrix to be used in parsing. | |
| ParseColEnd | A string denoting the end of a matrix column to be used in parsing. | |
| ParseColStart | A string denoting the start of a matrix column to be used in parsing. | |
| ParseMatrixEnd | A string denoting the end of the matrix to be used in parsing. | |
| ParseMatrixStart | A string denoting the start of the matrix to be used in parsing. | |
| ParseRowDelimiter | A string containing the row delimiter for a matrix to be used in parsing. | |
| ParseRowEnd | A string denoting the end of a matrix row to be used in parsing. | |
| ParseRowStart | A string denoting the start of a matrix row to be used in parsing. |
| Name | Description | |
|---|---|---|
| GetFormat | Returns an object that provides formatting services for the specified type. (Inherited from IFormatProvider.) |