Click or drag to resize

ScalarVariableAreaArgumentLatitude Constructor (Int32, DictionaryDouble, Double)

Initializes a new instance. The IntegrationPoint and IntegrationFrame properties need to be set before GetEvaluator(EvaluatorGroup) is called.

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

Parameters

interpolationOrder
Type: SystemInt32
The order of the interpolation that will be done to estimate the area.
areaData
Type: System.Collections.GenericDictionaryDouble, Double
Collection of key-value pairs with argument of latitude (in degrees) as the key and area (in meters squared) as the value.
See Also