Click or drag to resize

GenericVectorT(GenericVectorT) Constructor

Constructor for FloatVector to deep copy another FloatVector

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

Parameters

src  GenericVectorT
FloatVector to deep copy into FloatVector.
Exceptions
ExceptionCondition
ArgumentNullExceptionException thrown if null passed as 'src' parameter.
See Also