Closed cosinekitty closed 1 year ago
Like its Python counterpart, the C# struct AstroVector should have a ToString override that displays x, y, z, t.
Also look for other classes/structs that would benefit from formatting.
Also consider implementing a AstroTime.TryParse function.
AstroTime.TryParse
These particular C# types now support better string conversions. Over time I will add string conversions for other types as needed/requested.
Like its Python counterpart, the C# struct AstroVector should have a ToString override that displays x, y, z, t.
Also look for other classes/structs that would benefit from formatting.