C# Класс DataAccess.MediaRating

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

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

Метод Описание
GetValue ( double ratio ) : double?

Returns the computed value of Height * Depth on a scale of 11.

Приватные методы

Метод Описание
DbGetValue ( double height, double depth, double ratio ) : double?

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

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

Returns the computed value of Height * Depth on a scale of 11.
public GetValue ( double ratio ) : double?
ratio double Ratio between -1 and 1 representing the priority between Height and Depth. /// If Ratio is under 0, Height is prioritized. If Ratio is over 0, Depth is prioritized.
Результат double?