C# Класс Metrics.FileQualityCoefficient

Description of File Quality Coefficient.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FileQualityCoefficient ( double br = 0.0, double cm = 0.0, double sr = 0.0 ) : System

Main Constructor of the coefficient class. This constructor just initializes all the component with the given values.

ToString ( ) : string

Returns a string representation of the File Quality Coefficient and of its components.

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

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

Main Constructor of the coefficient class. This constructor just initializes all the component with the given values.
public FileQualityCoefficient ( double br = 0.0, double cm = 0.0, double sr = 0.0 ) : System
br double Bit Rate Component
cm double Channel Mode Component
sr double Sample Rate Component
Результат System

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

Returns a string representation of the File Quality Coefficient and of its components.
public ToString ( ) : string
Результат string