C# Class Grabacr07.KanColleWrapper.Calculator

Afficher le fichier Open project: KCV-Localisation/KanColleViewer

Méthodes publiques

Méthode Description
CalcAirSuperiorityPotential ( this ship ) : int

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

CalcAirSuperiorityPotential ( this slotItem, int onslot ) : int

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

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

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

Method Details

CalcAirSuperiorityPotential() public static méthode

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

CalcAirSuperiorityPotential() public static méthode

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

CalcViewRange() public static méthode

public static CalcViewRange ( this fleet ) : double
fleet this
Résultat double

IsHeavilyDamage() public static méthode

public static IsHeavilyDamage ( this hp ) : bool
hp this
Résultat bool

WithoutEvacuated() public static méthode

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