NumericalIntegratorClone 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.InfrastructureCopyContext
The context in which to create the copy. 
Return Value
Type: 
ObjectThe copy of this integrator.
Implements
ICloneWithContextClone(CopyContext)
See Also