C# Class EddiDataDefinitions.StarClass

Details of a star class
Afficher le fichier Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Méthodes publiques

Свойство Type Description
A StarClass
B StarClass
F StarClass
G StarClass
K StarClass
M StarClass
O StarClass

Méthodes publiques

Méthode Description
FromEDName ( string from ) : StarClass
FromName ( string from ) : StarClass
ageCP ( decimal l ) : decimal

Provide the cumulative probability that a star of this class will have a temp equal to or lower than that supplied

luminosity ( decimal absoluteMagnitude ) : decimal

Convert absolute magnitude in to luminosity

solarradius ( decimal radius ) : decimal

Convert radius in m in to stellar radius

stellarMassCP ( decimal l ) : decimal

Provide the cumulative probability that a star of this class will have a stellar mass equal to or lower than that supplied

stellarRadiusCP ( decimal l ) : decimal

Provide the cumulative probability that a star of this class will have a stellar radius equal to or lower than that supplied

tempCP ( decimal l ) : decimal

Provide the cumulative probability that a star of this class will have a temp equal to or lower than that supplied

temperature ( decimal luminosity, decimal radius ) : decimal

Private Methods

Méthode Description
StarClass ( string edname, string name, string chromaticity, decimal percentage, IUnivariateDistribution massdistribution, IUnivariateDistribution radiusdistribution, IUnivariateDistribution tempdistribution, IUnivariateDistribution agedistribution ) : MathNet.Numerics.Distributions

Method Details

FromEDName() public static méthode

public static FromEDName ( string from ) : StarClass
from string
Résultat StarClass

FromName() public static méthode

public static FromName ( string from ) : StarClass
from string
Résultat StarClass

ageCP() public méthode

Provide the cumulative probability that a star of this class will have a temp equal to or lower than that supplied
public ageCP ( decimal l ) : decimal
l decimal
Résultat decimal

luminosity() public static méthode

Convert absolute magnitude in to luminosity
public static luminosity ( decimal absoluteMagnitude ) : decimal
absoluteMagnitude decimal
Résultat decimal

solarradius() public static méthode

Convert radius in m in to stellar radius
public static solarradius ( decimal radius ) : decimal
radius decimal
Résultat decimal

stellarMassCP() public méthode

Provide the cumulative probability that a star of this class will have a stellar mass equal to or lower than that supplied
public stellarMassCP ( decimal l ) : decimal
l decimal
Résultat decimal

stellarRadiusCP() public méthode

Provide the cumulative probability that a star of this class will have a stellar radius equal to or lower than that supplied
public stellarRadiusCP ( decimal l ) : decimal
l decimal
Résultat decimal

tempCP() public méthode

Provide the cumulative probability that a star of this class will have a temp equal to or lower than that supplied
public tempCP ( decimal l ) : decimal
l decimal
Résultat decimal

temperature() public static méthode

public static temperature ( decimal luminosity, decimal radius ) : decimal
luminosity decimal
radius decimal
Résultat decimal

Property Details

A public_oe static_oe property

public static StarClass,EddiDataDefinitions A
Résultat StarClass

B public_oe static_oe property

public static StarClass,EddiDataDefinitions B
Résultat StarClass

F public_oe static_oe property

public static StarClass,EddiDataDefinitions F
Résultat StarClass

G public_oe static_oe property

public static StarClass,EddiDataDefinitions G
Résultat StarClass

K public_oe static_oe property

public static StarClass,EddiDataDefinitions K
Résultat StarClass

M public_oe static_oe property

public static StarClass,EddiDataDefinitions M
Résultat StarClass

O public_oe static_oe property

public static StarClass,EddiDataDefinitions O
Résultat StarClass