Vector<T> Constructor
Constructs a new vector with the specified
number of elements.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
protected Vector(
int length,
ArrayAttributes attributes
)Parameters
- length Int32
- The number of elements in the new vector.
- attributes ArrayAttributes
- The attributes of the new vector.
Exceptions
| Argument | length is less than zero. |