C# 클래스 EddiDataDefinitions.StarClass

Details of a star class
파일 보기 프로젝트 열기: cmdrmcdonald/EliteDangerousDataProvider 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A StarClass
B StarClass
F StarClass
G StarClass
K StarClass
M StarClass
O StarClass

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
StarClass ( string edname, string name, string chromaticity, decimal percentage, IUnivariateDistribution massdistribution, IUnivariateDistribution radiusdistribution, IUnivariateDistribution tempdistribution, IUnivariateDistribution agedistribution ) : MathNet.Numerics.Distributions

메소드 상세

FromEDName() 공개 정적인 메소드

public static FromEDName ( string from ) : StarClass
from string
리턴 StarClass

FromName() 공개 정적인 메소드

public static FromName ( string from ) : StarClass
from string
리턴 StarClass

ageCP() 공개 메소드

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
리턴 decimal

luminosity() 공개 정적인 메소드

Convert absolute magnitude in to luminosity
public static luminosity ( decimal absoluteMagnitude ) : decimal
absoluteMagnitude decimal
리턴 decimal

solarradius() 공개 정적인 메소드

Convert radius in m in to stellar radius
public static solarradius ( decimal radius ) : decimal
radius decimal
리턴 decimal

stellarMassCP() 공개 메소드

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
리턴 decimal

stellarRadiusCP() 공개 메소드

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
리턴 decimal

tempCP() 공개 메소드

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
리턴 decimal

temperature() 공개 정적인 메소드

public static temperature ( decimal luminosity, decimal radius ) : decimal
luminosity decimal
radius decimal
리턴 decimal

프로퍼티 상세

A 공개적으로 정적으로 프로퍼티

public static StarClass,EddiDataDefinitions A
리턴 StarClass

B 공개적으로 정적으로 프로퍼티

public static StarClass,EddiDataDefinitions B
리턴 StarClass

F 공개적으로 정적으로 프로퍼티

public static StarClass,EddiDataDefinitions F
리턴 StarClass

G 공개적으로 정적으로 프로퍼티

public static StarClass,EddiDataDefinitions G
리턴 StarClass

K 공개적으로 정적으로 프로퍼티

public static StarClass,EddiDataDefinitions K
리턴 StarClass

M 공개적으로 정적으로 프로퍼티

public static StarClass,EddiDataDefinitions M
리턴 StarClass

O 공개적으로 정적으로 프로퍼티

public static StarClass,EddiDataDefinitions O
리턴 StarClass