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

Gets the default matrix representation, where each row is separated by a new line, and columns are separated by spaces.
This class can be used to convert to and from C# arrays and their string representation. Please see the example for details.
Наследование: MatrixFormatProviderBase
Показать файл Открыть проект

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

Метод Описание
DefaultArrayFormatProvider ( IFormatProvider innerProvider ) : System

Initializes a new instance of the DefaultArrayFormatProvider class.

Описание методов

DefaultArrayFormatProvider() публичный метод

Initializes a new instance of the DefaultArrayFormatProvider class.
public DefaultArrayFormatProvider ( IFormatProvider innerProvider ) : System
innerProvider IFormatProvider
Результат System