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

Gets the matrix representation used in C# multi-dimensional arrays.
This class can be used to convert to and from C# matrices and their string representation. Please see the example for details.
Наследование: MatrixFormatProviderBase
Показать файл Открыть проект

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

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

Initializes a new instance of the CSharpMatrixFormatProvider class.

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

CSharpMatrixFormatProvider() публичный Метод

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