C# Class Accord.Math.Formats.CSharpMatrixFormatProvider

Gets the matrix representation used in C# multi-dimensional arrays.
Inheritance: MatrixFormatProviderBase
Show file Open project: atosorigin/Kinect

Public Properties

Property Type Description
CurrentCulture CSharpMatrixFormatProvider
InvariantCulture CSharpMatrixFormatProvider

Public Methods

Method Description
CSharpMatrixFormatProvider ( CultureInfo culture ) : System.Globalization

Initializes a new instance of the CSharpMatrixFormatProvider class.

Method Details

CSharpMatrixFormatProvider() public method

Initializes a new instance of the CSharpMatrixFormatProvider class.
public CSharpMatrixFormatProvider ( CultureInfo culture ) : System.Globalization
culture System.Globalization.CultureInfo
return System.Globalization

Property Details

CurrentCulture public static property

Gets the IMatrixFormatProvider which uses the CultureInfo used by the current thread.
public static CSharpMatrixFormatProvider,Accord.Math.Formats CurrentCulture
return CSharpMatrixFormatProvider

InvariantCulture public static property

Gets the IMatrixFormatProvider which uses the invariant system culture.
public static CSharpMatrixFormatProvider,Accord.Math.Formats InvariantCulture
return CSharpMatrixFormatProvider