Click or drag to resize

IterationCountStopCriterionTClone Method

Clones the current IterationCountStopCriterionT and its settings.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IIterationStopCriterion<T> Clone()

Return Value

IIterationStopCriterionT
A new instance of the IterationCountStopCriterionT class.

Implements

IIterationStopCriterionTClone
See Also