Vector<T>(Int32, ArrayAttributes) Constructor

Constructs a new vector with the specified number of elements.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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

ArgumentOutOfRangeExceptionlength is less than zero.

See Also