GenericVectorT(Int32) Constructor |
Constructor with components set to the default value.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public GenericVector(
int length
)
Parameters
- length Int32
- Length of vector.
Exceptions Exception | Condition |
---|
ArgumentException | Exception thrown if length parameter isn't positive |
See Also