C# Класс AcoustID.Chromaprint.Image

TODO: Update summary.
Показать файл Открыть проект Примеры использования класса

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