Interface IMatrixFormatProvider
Common interface for Matrix format providers.
Inherited Members
System.IFormatProvider.GetFormat(System.Type)
Namespace: Mars.Numerics.Formats
Assembly: Mars.Numerics.dll
Syntax
public interface IMatrixFormatProvider : IFormatProvider
Properties
| Improve this Doc View SourceFormatColDelimiter
A string containing the column delimiter for a matrix to be used in formatting.
Declaration
string FormatColDelimiter { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatMatrixEnd
A string denoting the end of the matrix to be used in formatting.
Declaration
string FormatMatrixEnd { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatMatrixStart
A string denoting the start of the matrix to be used in formatting.
Declaration
string FormatMatrixStart { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatRowDelimiter
A string containing the row delimiter for a matrix to be used in formatting.
Declaration
string FormatRowDelimiter { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatRowEnd
A string denoting the end of a matrix row to be used in formatting.
Declaration
string FormatRowEnd { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatRowStart
A string denoting the start of a matrix row to be used in formatting.
Declaration
string FormatRowStart { get; }
Property Value
Type | Description |
---|---|
System.String |
InnerProvider
Gets the culture specific formatting information
to be used during parsing or formatting.
Declaration
IFormatProvider InnerProvider { get; }
Property Value
Type | Description |
---|---|
System.IFormatProvider |