Index<T> Constructor

Constructs a new index of the specified length.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
protected Index(
	int length
)

Parameters

length  Int32
The length of the index.

See Also