C# Класс LibiadaMusic.Analysis.FMotiv

The formal motiv.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
FMotiv ( int id, string st, int occur, double frequency ) : System

Initializes a new instance of the FMotiv class.

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

FMotiv() публичный Метод

Initializes a new instance of the FMotiv class.
public FMotiv ( int id, string st, int occur, double frequency ) : System
id int /// The id. ///
st string /// The st. ///
occur int /// The occur. ///
frequency double /// The frequency. ///
Результат System