C# Class Dominion.ResultSetRanker.Result

Show file 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 property

public double percentDiff
return double

playerName1 public property

public string playerName1
return string

playerName2 public property

public string playerName2
return string