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
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 메소드들

메소드 설명
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 ( )