Index<T>.Get Subset Method
Returns a subset of the current index.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A new index of the same type.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual Index<T> GetSubset(
Subset subset
)
Parameters
Return Value
Index<T>A new index of the same type.
Exceptions
Argument | subset is null. |
Dimension | The original length of subset does not equal the length of the index. |