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

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

공개 프로퍼티들

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

공개 메소드들

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

Initializes a new instance of the CSharpMatrixFormatProvider class.

메소드 상세

CSharpMatrixFormatProvider() 공개 메소드

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

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

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