VectorMathCreateExtensibleVectorT Method |
Creates a new extensible vector of length length
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IExtensibleVector<T> CreateExtensibleVector<T>(
int length
)
Parameters
- length Int32
- The inital length of the vector.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.CreateExtensibleVector``1(System.Int32)"]
Return Value
IExtensibleVectorTAn instance of a extensible vector.
See Also