Click or drag to resize

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)
Syntax
public abstract Object Clone(
	CopyContext context
)

Parameters

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

Return Value

Type: Object
The copy of this integrator.

Implements

ICloneWithContext.Clone(CopyContext)
See Also