C# 클래스 Accord.Math.Formats.CSharpJaggedMatrixFormatProvider

Gets the matrix representation used in C# jagged arrays.
상속: MatrixFormatProviderBase
파일 보기 프로젝트 열기: atosorigin/Kinect

공개 프로퍼티들

프로퍼티 타입 설명
CurrentCulture CSharpJaggedMatrixFormatProvider
InvariantCulture CSharpJaggedMatrixFormatProvider

공개 메소드들

메소드 설명
CSharpJaggedMatrixFormatProvider ( CultureInfo culture ) : System.Globalization

Initializes a new instance of the CSharpJaggedMatrixFormatProvider class.

메소드 상세

CSharpJaggedMatrixFormatProvider() 공개 메소드

Initializes a new instance of the CSharpJaggedMatrixFormatProvider class.
public CSharpJaggedMatrixFormatProvider ( CultureInfo culture ) : System.Globalization
culture System.Globalization.CultureInfo
리턴 System.Globalization

프로퍼티 상세

CurrentCulture 공개적으로 정적으로 프로퍼티

Gets the IMatrixFormatProvider which uses the CultureInfo used by the current thread.
public static CSharpJaggedMatrixFormatProvider,Accord.Math.Formats CurrentCulture
리턴 CSharpJaggedMatrixFormatProvider

InvariantCulture 공개적으로 정적으로 프로퍼티

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