C# Class Grabacr07.KanColleWrapper.Calculator

Show file Open project: KCV-Localisation/KanColleViewer

Public Methods

Method 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 method

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

CalcAirSuperiorityPotential() public static method

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

CalcViewRange() public static method

public static CalcViewRange ( this fleet ) : double
fleet this
return double

IsHeavilyDamage() public static method

public static IsHeavilyDamage ( this hp ) : bool
hp this
return bool

WithoutEvacuated() public static method

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