C# Class FittingEngine.Model.DamageProfile

Show file Open project: rischwa/eve-fast-fitting-assessment Class Usage Examples

Public Properties

Property Type Description
OMNI_DAMAGE_PROFILE DamageProfile

Public Methods

Method Description
DamageProfile ( double emRatio, double kineticRatio, double thermalRatio, double explosiveRatio ) : System

Method Details

DamageProfile() public method

public DamageProfile ( double emRatio, double kineticRatio, double thermalRatio, double explosiveRatio ) : System
emRatio double
kineticRatio double
thermalRatio double
explosiveRatio double
return System

Property Details

OMNI_DAMAGE_PROFILE public static property

public static DamageProfile,FittingEngine.Model OMNI_DAMAGE_PROFILE
return DamageProfile