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
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
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