Click or drag to resize

Subset(Int32, Int32, Int32) Constructor

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

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

Parameters

start  Int32
The starting index.
length  Int32
The total number of indices in the subset.
stepSize  Int32
The step size between successive indices.
See Also