Click or drag to resize

IteratorTClone Method

Creates a deep clone of the current iterator.

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

Return Value

IteratorT
The deep clone of the current iterator.
See Also