C# 클래스 Accord.Math.MatrixFormatProviderBase

Base class for IMatrixFormatProvider implementers.
상속: IMatrixFormatProvider
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

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

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

보호된 메소드들

메소드 설명
MatrixFormatProviderBase ( IFormatProvider innerProvider ) : 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 ( IFormatProvider innerProvider ) : System
innerProvider IFormatProvider The inner format provider.
리턴 System