C# 클래스 MerchantRPG.Simulation.CritBinome

파일 보기 프로젝트 열기: subchannel13/MerchantRPG-combinator

공개 메소드들

메소드 설명
CritBinome ( int criticalPower, int normalPower ) : System
Evaluate ( double criticalRate ) : double
ToString ( ) : string

메소드 상세

CritBinome() 공개 메소드

public CritBinome ( int criticalPower, int normalPower ) : System
criticalPower int
normalPower int
리턴 System

Evaluate() 공개 메소드

public Evaluate ( double criticalRate ) : double
criticalRate double
리턴 double

ToString() 공개 메소드

public ToString ( ) : string
리턴 string