  | TwoPlayerTrueSkillCalculatorCalculateMatchQualityTPlayer Method (GameInfo, IEnumerableIDictionaryTPlayer, Rating) | 
 [This is preliminary documentation and is subject to change.]
            Calculate the quality of the match.
            
 
    Namespace: 
   Ruyi.SDK.Online
    Assembly:
   SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntaxpublic override double CalculateMatchQuality<TPlayer>(
	GameInfo gameInfo,
	IEnumerable<IDictionary<TPlayer, Rating>> teams
)
Parameters
- gameInfo
 - Type: Ruyi.SDK.OnlineGameInfo
Information on how the game calculates win probabilities. - teams
 - Type: System.Collections.GenericIEnumerableIDictionaryTPlayer, Rating
A list of teams and their players. 
Type Parameters
- TPlayer
 - The type used to identify the player.
 
Return Value
Type: 
DoubleThe quality of the match specified.
See Also