Click or drag to resize

VectorStorageT Constructor

Initializes a new instance of the VectorStorageT class.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected VectorStorage(
	int length
)

Parameters

length  Int32
The storage length.
See Also