Constructs a grouping that represents an expanding window.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.DataAnalysisIndexT
The index the grouping is over.
Type Parameters
- T
Return Value
Type:
GroupingTA grouping object that represents the expanding moving window.
Reference