Constructs a grouping that represents an expanding window.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Grouping<T> ExpandingWindow<T>(
Index<T> index
)
Public Shared Function ExpandingWindow(Of T) (
index As Index(Of T)
) As Grouping(Of T)
public:
generic<typename T>
static Grouping<T>^ ExpandingWindow(
Index<T>^ index
)
static member ExpandingWindow :
index : Index<'T> -> Grouping<'T>
Parameters
- index
- Type: Extreme.CollectionsIndexT
The index the grouping is over.
Type Parameters
- T
Return Value
Type:
GroupingTA grouping object that represents the expanding moving window.
Numerical Libraries
Supported in: 5.x
Reference