Click or drag to resize

GenericVectorT(T) Constructor

Constructor from an array

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GenericVector(
	T[] values
)

Parameters

values  T
Array of values. The array is not used directly. Instead the elements of the array are copied to the vector.
Exceptions
ExceptionCondition
ArgumentNullExceptionException thrown if null passed as 'value' parameter.
See Also