C# Класс Accord.Math.MatrixFormatProviderBase

Base class for IMatrixFormatProvider implementers.
Наследование: IMatrixFormatProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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