C# 클래스 DataAccess.MediaRating

파일 보기 프로젝트 열기: mysteryx93/NaturalGroundingPlayer 1 사용 예제들

공개 메소드들

메소드 설명
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?