C# Class WebSocketServer.Utilities

Contains utility methods.
Exibir arquivo Open project: qJake/planning-poker

Public Methods

Method Description
Majority ( List list ) : string

Calculates the majority vote based on a string list of votes. Includes support for cards/votes marked as '½'.

Method Details

Majority() public static method

Calculates the majority vote based on a string list of votes. Includes support for cards/votes marked as '½'.
public static Majority ( List list ) : string
list List A list of strings to calculate the majority for.
return string