NumericalIntegrator.Clone Method |
Create a copy of this integrator.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Infrastructure.CopyContext
The context in which to create the copy.
Return Value
Type:
ObjectThe copy of this integrator.
Implements
ICloneWithContext.Clone(CopyContext)
See Also