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

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

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

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

Initializes a new instance of the CSharpJaggedMatrixFormatProvider class.

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

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

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