Click or drag to resize

VectorTClone Method

Returns a deep-copy clone of the vector.

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

Return Value

VectorT
A deep-copy clone of the vector.
See Also