C# Class Accord.Math.Formats.CSharpMatrixFormatProvider

Gets the matrix representation used in C# multi-dimensional arrays.
Inheritance: MatrixFormatProviderBase
ファイルを表示 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_oe static_oe property

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

InvariantCulture public_oe static_oe property

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