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

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

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

Метод Описание
CSharpArrayFormatProvider ( IFormatProvider innerProvider, bool includeTypeName = true, bool includeSemicolon = true ) : System

Initializes a new instance of the CSharpMatrixFormatProvider class.

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

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

Initializes a new instance of the CSharpMatrixFormatProvider class.
public CSharpArrayFormatProvider ( IFormatProvider innerProvider, bool includeTypeName = true, bool includeSemicolon = true ) : System
innerProvider IFormatProvider
includeTypeName bool
includeSemicolon bool
Результат System