FormatType specifies the argument to format.
| Member Name | Description |
|---|---|
| BeginMatrix | Indicates that the formatting string for beginning a matrix is to be returned. |
| EndMatrix | Indicates that the formatting string for ending a matrix is to be returned. |
| BeginColumnLabels | Indicates that the formatting string for beginning a column label row is to be returned. |
| EndColumnLabels | Indicates that the formatting string for ending a column label row is to be returned. |
| BeginColumnLabel | Indicates that the formatting string for ending a column label is to be returned. |
| ColumnLabel | Indicates that the formatted string for a given column label is to be returned. |
| EndColumnLabel | Indicates that the formatting string for ending a column label is to be returned. |
| BeginRow | Indicates that the formatting string for beginning a row is to be returned. |
| EndRow | Indicates that the formatting string for ending a row is to be returned. |
| BeginRowLabel | Indicates that the formatting string for beginning a row label is to be returned. |
| RowLabel | Indicates that the formatted string for a given row label is to be returned. |
| EndRowLabel | Indicates that the formatting string for ending a row label is to be returned. |
| BeginEntry | Indicates that the formatted string for beginning an entry is to be returned. |
| Entry | Indicates that the formatted string for a given entry is to be returned. |
| EndEntry | Indicates that the formatted string for ending an entry is to be returned. |
Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll)