UsafGeneralPerturbationElementsBallisticCoefficient Property |
Gets or sets the ballistic coefficient or the area times
the drag coefficient divided by the mass. This value has
the units of m^2/kg.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double BallisticCoefficient { get; set; }
Public Property BallisticCoefficient As Double
Get
Set
public:
property double BallisticCoefficient {
double get ();
void set (double value);
}
member BallisticCoefficient : float with get, set
Property Value
Type:
DoubleSee Also