Click or drag to resize

GenericVectorT(Int32, T) Constructor

Constructor with elements set to a value.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GenericVector(
	int length,
	T value
)

Parameters

length  Int32
Length of vector.
value  T
Value to set all elements with.
Exceptions
ExceptionCondition
ArgumentExceptionException thrown if length parameter isn't positive
See Also