VectorMathCreateExtensibleVectorT Method |
Creates a new extensible vector of length length
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IExtensibleVector<T> CreateExtensibleVector<T>(
int length
)
Parameters
- length Int32
- The inital length of the vector.
Type Parameters
- T
- The element type of the vector.
Return Value
IExtensibleVectorTAn instance of a extensible vector.
See Also