C# 클래스 Grabacr07.KanColleWrapper.Calculator

파일 보기 프로젝트 열기: KCV-Localisation/KanColleViewer

공개 메소드들

메소드 설명
CalcAirSuperiorityPotential ( this ship ) : int

指定した艦の制空能力を計算します。

CalcAirSuperiorityPotential ( this slotItem, int onslot ) : int

装備と搭載数を指定して、スロット単位の制空能力を計算します。

CalcViewRange ( this fleet ) : double
IsHeavilyDamage ( this hp ) : bool
WithoutEvacuated ( this ships ) : IEnumerable

現在のシーケンスから護衛退避した艦娘を除きます。

메소드 상세

CalcAirSuperiorityPotential() 공개 정적인 메소드

指定した艦の制空能力を計算します。
public static CalcAirSuperiorityPotential ( this ship ) : int
ship this
리턴 int

CalcAirSuperiorityPotential() 공개 정적인 메소드

装備と搭載数を指定して、スロット単位の制空能力を計算します。
public static CalcAirSuperiorityPotential ( this slotItem, int onslot ) : int
slotItem this 対空能力を持つ装備。
onslot int 搭載数。
리턴 int

CalcViewRange() 공개 정적인 메소드

public static CalcViewRange ( this fleet ) : double
fleet this
리턴 double

IsHeavilyDamage() 공개 정적인 메소드

public static IsHeavilyDamage ( this hp ) : bool
hp this
리턴 bool

WithoutEvacuated() 공개 정적인 메소드

現在のシーケンスから護衛退避した艦娘を除きます。
public static WithoutEvacuated ( this ships ) : IEnumerable
ships this
리턴 IEnumerable