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.3179.0 (4.8.3179.0)
Syntax
C#
protected VectorStorage(
	int length
)

Parameters

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.VectorStorage`1.#ctor(System.Int32)"]

See Also