Click or drag to resize

GenericVectorT(Int32) Constructor

Constructor with components set to the default 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
)

Parameters

length  Int32
Length of vector.
Exceptions
ExceptionCondition
ArgumentExceptionException thrown if length parameter isn't positive
See Also