C# Class Accord.Math.CSharpArrayFormatProvider

Gets the matrix representation used in C# multi-dimensional arrays.
This class can be used to convert to and from C# arrays and their string representation. Please see the example for details.
Inheritance: MatrixFormatProviderBase
ファイルを表示 Open project: accord-net/framework

Public Methods

Method Description
CSharpArrayFormatProvider ( IFormatProvider innerProvider, bool includeTypeName = true, bool includeSemicolon = true ) : System

Initializes a new instance of the CSharpMatrixFormatProvider class.

Method Details

CSharpArrayFormatProvider() public method

Initializes a new instance of the CSharpMatrixFormatProvider class.
public CSharpArrayFormatProvider ( IFormatProvider innerProvider, bool includeTypeName = true, bool includeSemicolon = true ) : System
innerProvider IFormatProvider
includeTypeName bool
includeSemicolon bool
return System