Practical Astronomy Algorithms in .NET/C#
Loading...
Searching...
No Matches
BinaryData Class Reference

Holds information about binary star systems. More...

Properties

string Name [get, set]
 Name of binary system.
 
double Period [get, set]
 Period of the orbit.
 
double EpochPeri [get, set]
 Epoch of the perihelion.
 
double LongPeri [get, set]
 Longitude of the perihelion.
 
double Ecc [get, set]
 Eccentricity of the orbit.
 
double Axis [get, set]
 Semi-major axis of the orbit.
 
double Incl [get, set]
 Orbital inclination.
 
double PANode [get, set]
 Position angle of the ascending node.
 

Detailed Description

Holds information about binary star systems.

Definition at line 9 of file BinaryData.cs.

Property Documentation

◆ Axis

double Axis
getset

Semi-major axis of the orbit.

Definition at line 39 of file BinaryData.cs.

◆ Ecc

double Ecc
getset

Eccentricity of the orbit.

Definition at line 34 of file BinaryData.cs.

◆ EpochPeri

double EpochPeri
getset

Epoch of the perihelion.

Definition at line 24 of file BinaryData.cs.

◆ Incl

double Incl
getset

Orbital inclination.

Definition at line 44 of file BinaryData.cs.

◆ LongPeri

double LongPeri
getset

Longitude of the perihelion.

Definition at line 29 of file BinaryData.cs.

◆ Name

string Name
getset

Name of binary system.

Definition at line 14 of file BinaryData.cs.

◆ PANode

double PANode
getset

Position angle of the ascending node.

Definition at line 49 of file BinaryData.cs.

◆ Period

double Period
getset

Period of the orbit.

Definition at line 19 of file BinaryData.cs.


The documentation for this class was generated from the following file: