C# Class Accord.Math.CSharpJaggedMatrixFormatProvider

Gets the matrix representation used in C# jagged 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
CSharpJaggedMatrixFormatProvider ( IFormatProvider innerProvider ) : System

Initializes a new instance of the CSharpJaggedMatrixFormatProvider class.

Method Details

CSharpJaggedMatrixFormatProvider() public method

Initializes a new instance of the CSharpJaggedMatrixFormatProvider class.
public CSharpJaggedMatrixFormatProvider ( IFormatProvider innerProvider ) : System
innerProvider IFormatProvider
return System