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

Base class for IMatrixFormatProvider implementors.
상속: IMatrixFormatProvider
파일 보기 프로젝트 열기: atosorigin/Kinect

공개 메소드들

메소드 설명
GetFormat ( Type formatType ) : object

Returns an object that provides formatting services for the specified type. Currently, only IMatrixFormatProvider is supported.

보호된 메소드들

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

Initializes a new instance of the MatrixFormatProviderBase class.

메소드 상세

GetFormat() 공개 메소드

Returns an object that provides formatting services for the specified type. Currently, only IMatrixFormatProvider is supported.
public GetFormat ( Type formatType ) : object
formatType System.Type /// An object that specifies the type of format /// object to return.
리턴 object

MatrixFormatProviderBase() 보호된 메소드

Initializes a new instance of the MatrixFormatProviderBase class.
protected MatrixFormatProviderBase ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo The culture.
리턴 System