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