NumericalIntegratorClone Method |
Create a copy of this integrator.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract Object Clone(
CopyContext context
)
Public MustOverride Function Clone (
context As CopyContext
) As Object
public:
virtual Object^ Clone(
CopyContext^ context
) abstract
abstract Clone :
context : CopyContext -> Object
Parameters
- context
- Type: AGI.Foundation.InfrastructureCopyContext
The context in which to create the copy.
Return Value
Type:
ObjectThe copy of this integrator.
Implements
ICloneWithContextClone(CopyContext)See Also