C# Класс WebSocketServer.Utilities

Contains utility methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
Majority ( List list ) : string

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

Описание методов

Majority() публичный статический Метод

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.
Результат string