Gets a subset of the index defined by a boolean mask.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
IIndex this[
IList<bool> mask
] { get; }
ReadOnly Default Property Item (
mask As IList(Of Boolean)
) As IIndex
Get
property IIndex^ default[IList<bool>^ mask] {
IIndex^ get (IList<bool>^ mask);
}
abstract Item : IIndex with get
Parameters
- mask
- Type: System.Collections.GenericIListBoolean
A list of boolean values that has the same length as the index.
Return Value
Type:
IIndexAn index with values of this index for which the corresponding element in
mask is
.
Reference