Click or drag to resize

Subset(Int32) Constructor

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

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

Parameters

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