Property | Type | Description | |
---|---|---|---|
A | |||
B | |||
F | |||
G | |||
K | |||
M | |||
O |
Method | Description | |
---|---|---|
FromEDName ( string from ) : |
||
FromName ( string from ) : |
||
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 |
Method | Description | |
---|---|---|
StarClass ( string edname, string name, string chromaticity, decimal percentage, IUnivariateDistribution massdistribution, IUnivariateDistribution radiusdistribution, IUnivariateDistribution tempdistribution, IUnivariateDistribution agedistribution ) : MathNet.Numerics.Distributions |
public static FromEDName ( string from ) : |
||
from | string | |
return |
public static FromName ( string from ) : |
||
from | string | |
return |
public static luminosity ( decimal absoluteMagnitude ) : decimal | ||
absoluteMagnitude | decimal | |
return | decimal |
public static solarradius ( decimal radius ) : decimal | ||
radius | decimal | |
return | decimal |
public stellarRadiusCP ( decimal l ) : decimal | ||
l | decimal | |
return | decimal |
public static temperature ( decimal luminosity, decimal radius ) : decimal | ||
luminosity | decimal | |
radius | decimal | |
return | decimal |