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

Format provider for the matrix format used by Octave.
상속: MatrixFormatProviderBase
파일 보기 프로젝트 열기: atosorigin/Kinect

공개 프로퍼티들

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

공개 메소드들

메소드 설명
OctaveMatrixFormatProvider ( CultureInfo culture ) : System

Initializes a new instance of the OctaveMatrixFormatProvider class.

메소드 상세

OctaveMatrixFormatProvider() 공개 메소드

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

프로퍼티 상세

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

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

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

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