C# Class Dominion.ResultSetRanker.Result

Datei anzeigen Open project: NathanTeeuwen/Dominulator

Public Properties

Property Type Description
percentDiff double
playerName1 string
playerName2 string

Public Methods

Method Description
Result ( string playerName1, string playerName2, double percentDiff ) : System

Method Details

Result() public method

public Result ( string playerName1, string playerName2, double percentDiff ) : System
playerName1 string
playerName2 string
percentDiff double
return System

Property Details

percentDiff public_oe property

public double percentDiff
return double

playerName1 public_oe property

public string playerName1
return string

playerName2 public_oe property

public string playerName2
return string