Click or drag to resize

JplDEFileGetEvaluator Method (JplDEDataIndex)

Gets an evaluator that can be used to produce the time-varying information based on this JPL DE file. The evaluator will produce an array of double values corresponding to the data for the given JplDEDataIndex for a given JulianDate.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public JplDEFileEvaluator GetEvaluator(
	JplDEDataIndex index
)

Parameters

index
Type: AGI.Foundation.CelestialJplDEDataIndex
The index of the data to evaluate.

Return Value

Type: JplDEFileEvaluator
An evaluator used to calculate time-varying information in the file.
See Also