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
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
CSharpJaggedMatrixFormatProvider ( IFormatProvider innerProvider ) : System

Initializes a new instance of the CSharpJaggedMatrixFormatProvider class.

Method Details

CSharpJaggedMatrixFormatProvider() public méthode

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