C# Class Accord.Math.Formats.DefaultMatrixFormatProvider

Gets the default matrix representation, where each row is separated by a new line, and columns are separated by spaces.
Inheritance: MatrixFormatProviderBase
Afficher le fichier Open project: atosorigin/Kinect

Méthodes publiques

Свойство Type Description
CurrentCulture DefaultMatrixFormatProvider
InvariantCulture DefaultMatrixFormatProvider

Méthodes publiques

Méthode Description
DefaultMatrixFormatProvider ( CultureInfo culture ) : System

Initializes a new instance of the DefaultMatrixFormatProvider class.

Method Details

DefaultMatrixFormatProvider() public méthode

Initializes a new instance of the DefaultMatrixFormatProvider class.
public DefaultMatrixFormatProvider ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo
Résultat System

Property Details

CurrentCulture public_oe static_oe property

Gets the IMatrixFormatProvider which uses the CultureInfo used by the current thread.
public static DefaultMatrixFormatProvider,Accord.Math.Formats CurrentCulture
Résultat DefaultMatrixFormatProvider

InvariantCulture public_oe static_oe property

Gets the IMatrixFormatProvider which uses the invariant system culture.
public static DefaultMatrixFormatProvider,Accord.Math.Formats InvariantCulture
Résultat DefaultMatrixFormatProvider