Click or drag to resize

VectorMathClone(Double) Method

Returns a clone of the source vector.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] Clone(
	double[] sourceVector
)

Parameters

sourceVector  Double
The source vector.

Return Value

Double
A freshly allocated clone of the sourceVector, with the same element values as the source vector.
See Also