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

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

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

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