|
Practical Astronomy Algorithms in .NET/C#
|
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. | |
Holds information about binary star systems.
Definition at line 9 of file BinaryData.cs.
|
getset |
Semi-major axis of the orbit.
Definition at line 39 of file BinaryData.cs.
|
getset |
Eccentricity of the orbit.
Definition at line 34 of file BinaryData.cs.
|
getset |
Epoch of the perihelion.
Definition at line 24 of file BinaryData.cs.
|
getset |
Orbital inclination.
Definition at line 44 of file BinaryData.cs.
|
getset |
Longitude of the perihelion.
Definition at line 29 of file BinaryData.cs.
|
getset |
Name of binary system.
Definition at line 14 of file BinaryData.cs.
|
getset |
Position angle of the ascending node.
Definition at line 49 of file BinaryData.cs.
|
getset |
Period of the orbit.
Definition at line 19 of file BinaryData.cs.