示例#1
0
 /// <summary>
 /// Return the rating deviation of the player scaled down
 /// to the scale used by the algorithm's internal workings.
 /// </summary>
 /// <returns></returns>
 public double GetGlicko2RatingDeviation() => _ratingSystem.ConvertRatingDeviationToGlicko2Scale(_ratingDeviation);
示例#2
0
 /// <summary>
 /// Return the rating deviation of the player scaled down
 /// to the scale used by the algorithm's internal workings.
 /// </summary>
 /// <returns></returns>
 public double GetGlicko2RatingDeviation()
 {
     return(_ratingSystem.ConvertRatingDeviationToGlicko2Scale(_ratingDeviation));
 }