Click or drag to resize
Accord.NET (logo)

OctaveArrayFormatProvider Properties

The OctaveArrayFormatProvider type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrentCulture
Gets the IMatrixFormatProvider which uses the CultureInfo used by the current thread.
Public propertyFormatColDelimiter
A string containing the column delimiter for a matrix to be used in formatting.
(Inherited from MatrixFormatProviderBase.)
Public propertyFormatColEnd
A string denoting the end of a matrix column to be used in formatting.
(Inherited from MatrixFormatProviderBase.)
Public propertyFormatColStart
A string denoting the start of a matrix column to be used in formatting.
(Inherited from MatrixFormatProviderBase.)
Public propertyFormatMatrixEnd
A string denoting the end of the matrix to be used in formatting.
(Inherited from MatrixFormatProviderBase.)
Public propertyFormatMatrixStart
A string denoting the start of the matrix to be used in formatting.
(Inherited from MatrixFormatProviderBase.)
Public propertyFormatRowDelimiter
A string containing the row delimiter for a matrix to be used in formatting.
(Inherited from MatrixFormatProviderBase.)
Public propertyFormatRowEnd
A string denoting the end of a matrix row to be used in formatting.
(Inherited from MatrixFormatProviderBase.)
Public propertyFormatRowStart
A string denoting the start of a matrix row to be used in formatting.
(Inherited from MatrixFormatProviderBase.)
Public propertyInnerProvider
Gets the culture specific formatting information to be used during parsing or formatting.
(Inherited from MatrixFormatProviderBase.)
Public propertyStatic memberInvariantCulture
Gets the IMatrixFormatProvider which uses the invariant system culture.
Public propertyParseColDelimiter
A string containing the column delimiter for a matrix to be used in parsing.
(Inherited from MatrixFormatProviderBase.)
Public propertyParseColEnd
A string denoting the end of a matrix column to be used in parsing.
(Inherited from MatrixFormatProviderBase.)
Public propertyParseColStart
A string denoting the start of a matrix column to be used in parsing.
(Inherited from MatrixFormatProviderBase.)
Public propertyParseMatrixEnd
A string denoting the end of the matrix to be used in parsing.
(Inherited from MatrixFormatProviderBase.)
Public propertyParseMatrixStart
A string denoting the start of the matrix to be used in parsing.
(Inherited from MatrixFormatProviderBase.)
Public propertyParseRowDelimiter
A string containing the row delimiter for a matrix to be used in parsing.
(Inherited from MatrixFormatProviderBase.)
Public propertyParseRowEnd
A string denoting the end of a matrix row to be used in parsing.
(Inherited from MatrixFormatProviderBase.)
Public propertyParseRowStart
A string denoting the start of a matrix row to be used in parsing.
(Inherited from MatrixFormatProviderBase.)
Top
See Also