Click or drag to resize

EarthOrientationParameters Constructor (IEnumerable<EarthOrientationParametersData>)

Initializes a new instance from the specified list of data points.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public EarthOrientationParameters(
	IEnumerable<EarthOrientationParametersData> data
)

Parameters

data
Type: System.Collections.Generic.IEnumerable<EarthOrientationParametersData>
The list of EOP data points.
See Also