C# Класс org.GraphDefined.Vanaheimr.Illias.Votes.MajorityVote

A majority vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If a majority of >50% is okay with it, the result of the vote will be true.
Наследование: ABooleanVote
Показать файл Открыть проект

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

Метод Описание
MajorityVote ( )

A majority vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If a majority of >50% is okay with it, the result of the vote will be true.

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

MajorityVote() публичный Метод

A majority vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If a majority of >50% is okay with it, the result of the vote will be true.
public MajorityVote ( )