Iau2006XysDataXys Property |
Gets the XYS table, in the order X0, Y0, S0, X1, Y1, S1, etc.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<double> Xys { get; }
Public ReadOnly Property Xys As ReadOnlyCollection(Of Double)
Get
public:
property ReadOnlyCollection<double>^ Xys {
ReadOnlyCollection<double>^ get ();
}
member Xys : ReadOnlyCollection<float> with get
Property Value
Type:
ReadOnlyCollectionDoubleSee Also