Constructs a new Filter object.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16343.0)
public Subset(
int length,
int[] indexes,
bool reuseArray
)
Public Sub New (
length As Integer,
indexes As Integer(),
reuseArray As Boolean
)
public:
Subset(
int length,
array<int>^ indexes,
bool reuseArray
)
new :
length : int *
indexes : int[] *
reuseArray : bool -> Subset
Parameters
- length
- Type: SystemInt32
The number of elements the subset applies to. - indexes
- Type: SystemInt32
The indexes of the selected elements. - reuseArray
- Type: SystemBoolean
Specifies whether indexes
is used for internal storage.
Numerical Libraries
Supported in: 6.0
Reference