Click or drag to resize

Subset(Int32, Int32) Constructor

Constructs a Subset instance with lengthindices starting from start with a step size of 1.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Subset(
	int start,
	int length
)

Parameters

start  Int32
The starting index.
length  Int32
The total number of indices in the subset.
See Also