UsafGeneralPerturbationElements Constructor (UsafGeneralPerturbationElements) |
Initializes a new instance as a copy of an existing instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public UsafGeneralPerturbationElements(
UsafGeneralPerturbationElements existingInstance
)
Public Sub New (
existingInstance As UsafGeneralPerturbationElements
)
public:
UsafGeneralPerturbationElements(
UsafGeneralPerturbationElements^ existingInstance
)
new :
existingInstance : UsafGeneralPerturbationElements -> UsafGeneralPerturbationElements
Parameters
- existingInstance
- Type: AGI.Foundation.PropagatorsUsafGeneralPerturbationElements
The existing instance to copy.
Exceptions See Also