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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
ReadOnlyCollectionDouble
See Also