Click or drag to resize

ScalarVariableAreaJulianDate Constructor (Int32, DictionaryJulianDate, Double, Boolean)

Initializes a new instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarVariableAreaJulianDate(
	int interpolationOrder,
	Dictionary<JulianDate, double> areaData,
	bool cycleRepeats
)

Parameters

interpolationOrder
Type: SystemInt32
The order of the interpolation that will be done to estimate the area.
areaData
Type: System.Collections.GenericDictionaryJulianDate, Double
Collection of key-value pairs with JulianDate as the key and area (in meters squared) as the value.
cycleRepeats
Type: SystemBoolean
If true, any time outside the time interval defined by the areaData will be wrapped by adding or subtracting an integer number of time intervals until the transformed time is inside the time interval. If false, any time that is before the time interval defined by the areaData will be set to the minimum time within the interval. Similarly, any time after that time interval will be set to the maximum time within the interval.
See Also