C# Class AcoustID.Chromaprint.Image

TODO: Update summary.
ファイルを表示 Open project: wo80/AcoustID.NET Class Usage Examples

Private Properties

Property Type Description
AddRow void
Get double
Row double[]
Set void

Public Methods

Method Description
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

Private Methods

Method Description
AddRow ( double row ) : void
Get ( int i, int j ) : double
Row ( int i ) : double[]
Set ( int i, int j, double value ) : void

Method Details

Image() public method

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

Image() public method

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.
return System

Image() public method

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.
return System

this() public method

public this ( int i, int j ) : double
i int
j int
return double