LSRE 2
Referência à classe LSRE2.Match

Represents a match between two players. Mais...

Membros públicos

 Match (Player loser, Player winner)
 Gets a new instance of match. Mais...
 
double GetLikelihood ()
 Gets how likely was that result to happen given each player's score. Mais...
 
override string ToString ()
 

Atributos Públicos

readonly Player winner
 The winner of the match Mais...
 
readonly Player loser
 The loser of the match Mais...
 

Descrição detalhada

Represents a match between two players.

Documentação dos Construtores & Destrutor

◆ Match()

LSRE2.Match.Match ( Player  loser,
Player  winner 
)

Gets a new instance of match.

Parâmetros
loser
winner

Documentação dos métodos

◆ GetLikelihood()

double LSRE2.Match.GetLikelihood ( )

Gets how likely was that result to happen given each player's score.

Retorna

Documentação dos dados membro

◆ loser

readonly Player LSRE2.Match.loser

The loser of the match

◆ winner

readonly Player LSRE2.Match.winner

The winner of the match


A documentação para esta classe foi gerada a partir do seguinte ficheiro: