C# Класс EddiDataDefinitions.StarClass

Details of a star class
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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