ScalarVariableArea Constructor (Int32) |
Initializes a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected ScalarVariableArea(
int interpolationOrder
)
Protected Sub New (
interpolationOrder As Integer
)
protected:
ScalarVariableArea(
int interpolationOrder
)
new :
interpolationOrder : int -> ScalarVariableArea
Parameters
- interpolationOrder
- Type: SystemInt32
The order of the interpolation that will be done to estimate the area.
See Also