C# 클래스 AcoustID.Chromaprint.Image

TODO: Update summary.
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddRow void
Get double
Row double[]
Set void

공개 메소드들

메소드 설명
Image ( int columns ) : System

Initializes a new instance of the Image class.

Image ( int columns, double data ) : System

Initializes a new instance of the Image class.

Image ( int columns, int rows ) : System

Initializes a new instance of the Image class.

this ( int i, int j ) : double

비공개 메소드들

메소드 설명
AddRow ( double row ) : void
Get ( int i, int j ) : double
Row ( int i ) : double[]
Set ( int i, int j, double value ) : void

메소드 상세

Image() 공개 메소드

Initializes a new instance of the Image class.
public Image ( int columns ) : System
columns int The number of columns.
리턴 System

Image() 공개 메소드

Initializes a new instance of the Image class.
public Image ( int columns, double data ) : System
columns int The number of columns.
data double The image data.
리턴 System

Image() 공개 메소드

Initializes a new instance of the Image class.
public Image ( int columns, int rows ) : System
columns int The number of columns.
rows int The number of rows.
리턴 System

this() 공개 메소드

public this ( int i, int j ) : double
i int
j int
리턴 double