C# Class Accord.Math.DefaultArrayFormatProvider

Gets the default matrix representation, where each row is separated by a new line, and columns are separated by spaces.
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
DefaultArrayFormatProvider ( IFormatProvider innerProvider ) : System

Initializes a new instance of the DefaultArrayFormatProvider class.

Method Details

DefaultArrayFormatProvider() public méthode

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