Click or drag to resize

NumericalIntegratorClone Method

Create a copy of this integrator.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract Object Clone(
	CopyContext context
)

Parameters

context
Type: AGI.Foundation.InfrastructureCopyContext
The context in which to create the copy.

Return Value

Type: Object
The copy of this integrator.

Implements

ICloneWithContextClone(CopyContext)
See Also