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