Click or drag to resize

Subset(Int32) Constructor

Construct a Subset instance from the given array of integers.

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

Parameters

indices  Int32
An array of integers.
See Also