ScalarVariableAreaArgumentLatitude Constructor (Int32, DictionaryDouble, Double) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarVariableAreaArgumentLatitude(
int interpolationOrder,
Dictionary<double, double> areaData
)
Public Sub New (
interpolationOrder As Integer,
areaData As Dictionary(Of Double, Double)
)
public:
ScalarVariableAreaArgumentLatitude(
int interpolationOrder,
Dictionary<double, double>^ areaData
)
new :
interpolationOrder : int *
areaData : Dictionary<float, float> -> ScalarVariableAreaArgumentLatitude
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