C# 클래스 PresetViewerPlugin.Calculator

파일 보기 프로젝트 열기: ruhiel/PresetViewerPlugin

공개 메소드들

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

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

CalcAirSuperiorityPotential ( this slotItem, int onslot ) : int

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

CalcMaxAirSuperiorityPotential ( this ship ) : int

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

CalcMinAirSuperiorityPotential ( this ship ) : int

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

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

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

비공개 메소드들

메소드 설명
CalcAirecraftAdeptBonusOfType ( this slotItem ) : int

各表記熟練度に対応した機種別熟練度ボーナスを計算します。

CalcMaxAirecraftAdeptBonus ( this slotItem, int onslot ) : double

熟練度による制空能力ボーナス最大値を計算します。

CalcMaxInternalAirecraftAdeptBonus ( this slotItem ) : double

各表記熟練度に対応した艦載機内部熟練度ボーナスの最大値を計算します。

CalcMinAirecraftAdeptBonus ( this slotItem, int onslot ) : double

熟練度による制空能力ボーナス最小値を計算します。

CalcMinInternalAirecraftAdeptBonus ( this slotItem ) : double

各表記熟練度に対応した艦載機内部熟練度ボーナスの最小値を計算します。

메소드 상세

CalcAirSuperiorityPotential() 공개 정적인 메소드

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

CalcAirSuperiorityPotential() 공개 정적인 메소드

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

CalcMaxAirSuperiorityPotential() 공개 정적인 메소드

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

CalcMinAirSuperiorityPotential() 공개 정적인 메소드

指定した艦の制空能力の最小値を計算します。
public static CalcMinAirSuperiorityPotential ( this ship ) : int
ship this
리턴 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