Index<T>.Get Subset Method
Returns a subset of the current index.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A new index of the same type.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |