SegmentResultsIndexOfStateWithDateFromEntireComputedEphemeris Method |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<int> IndexOfStateWithDateFromEntireComputedEphemeris(
JulianDate date
)
Public Function IndexOfStateWithDateFromEntireComputedEphemeris (
date As JulianDate
) As IList(Of Integer)
public:
IList<int>^ IndexOfStateWithDateFromEntireComputedEphemeris(
JulianDate date
)
member IndexOfStateWithDateFromEntireComputedEphemeris :
date : JulianDate -> IList<int>
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The date of interest.
Return Value
Type:
IListInt32The indices of states with the specified date within
EntireComputedEphemeris.
See Also