C# Class Accord.Math.Formats.CSharpJaggedMatrixFormatProvider

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

Public Properties

Property Type Description
CurrentCulture CSharpJaggedMatrixFormatProvider
InvariantCulture CSharpJaggedMatrixFormatProvider

Public Methods

Method Description
CSharpJaggedMatrixFormatProvider ( CultureInfo culture ) : System.Globalization

Initializes a new instance of the CSharpJaggedMatrixFormatProvider class.

Method Details

CSharpJaggedMatrixFormatProvider() public method

Initializes a new instance of the CSharpJaggedMatrixFormatProvider class.
public CSharpJaggedMatrixFormatProvider ( 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 CSharpJaggedMatrixFormatProvider,Accord.Math.Formats CurrentCulture
return CSharpJaggedMatrixFormatProvider

InvariantCulture public static property

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