Construct a Subset instance from the given array of integers.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public Subset(
	int[] indices
)
Visual Basic (Declaration)
Public Sub New ( _
	indices As Integer() _
)
Visual C++
public:
Subset(
	array<int>^ indices
)

Parameters

indices
Type: array< System..::.Int32 >[]()[]
An array of integers.

See Also