Ruyi SDK
Namespaces
Ruyi.SDK.Online
TwoPlayerEloCalculator Class
TwoPlayerEloCalculator Methods
Click or drag to resizeClick or drag to resize

TwoPlayerEloCalculator Class

[This is preliminary documentation and is subject to change.]

An ELO Calculator specifically for two player matches.
Inheritance Hierarchy
SystemObject
  Ruyi.SDK.OnlineSkillCalculator
    Ruyi.SDK.OnlineTwoPlayerEloCalculator
      Ruyi.SDK.OnlineFideEloCalculator
      Ruyi.SDK.OnlineGaussianEloCalculator

Namespace:  Ruyi.SDK.Online
Assembly:  SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax
C#
Copy
public abstract class TwoPlayerEloCalculator : SkillCalculator

The TwoPlayerEloCalculator type exposes the following members.

Methods
  NameDescription
Public methodCalculateMatchQualityTPlayer(GameInfo, IEnumerableIDictionaryTPlayer, Rating)
Calculate the quality of the match.
(Inherited from SkillCalculator.)
Public methodCalculateMatchQualityTPlayer(GameInfo, IEnumerableIDictionaryTPlayer, Rating)
Calculate the quality of the match.
(Overrides SkillCalculatorCalculateMatchQualityTPlayer(GameInfo, IEnumerableIDictionaryTPlayer, Rating).)
Public methodCalculateNewRatingsTPlayer(GameInfo, IEnumerableIDictionaryTPlayer, Rating, Int32)
Calculates the new ratings for players based on the results of a match.
(Inherited from SkillCalculator.)
Public methodCalculateNewRatingsTPlayer(GameInfo, IEnumerableIDictionaryTPlayer, Rating, Int32)
Calculates the new ELO ratings for players based on the results of a match.
(Overrides SkillCalculatorCalculateNewRatingsTPlayer(GameInfo, IEnumerableIDictionaryTPlayer, Rating, Int32).)
Public methodIsSupported
Check whether or not an option is supported.
(Inherited from SkillCalculator.)
Top
See Also

Reference

Ruyi.SDK.Online Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com