Temporal window
Returns the last n values of a flow as an array.
Syntax
window<<n>> (expr)(expr)
Signatures
- Type
('T^n)('T) returns ('T^n)In this operator
'Tcan be extended to a group -
Causality
The output depends instantaneously on its second input.
-
Initialization
The resulting sequence has its first values defined if the first input has its first values defined.
-
Clock
Inputs and the output have the same clock.