C# Class Dominion.ResultSetRanker

Datei anzeigen Open project: NathanTeeuwen/Dominulator

Public Methods

Method Description
AddResult ( string playerName1, string playerName2, double percentDiff ) : void
ResultSetRanker ( ) : System
WriteRanking ( ) : void

Private Methods

Method Description
FormatName ( string name, int maxLength ) : string

Method Details

AddResult() public method

public AddResult ( string playerName1, string playerName2, double percentDiff ) : void
playerName1 string
playerName2 string
percentDiff double
return void

ResultSetRanker() public method

public ResultSetRanker ( ) : System
return System

WriteRanking() public method

public WriteRanking ( ) : void
return void