pre (Initialized Unit Delay)
Returns value at previous step with initial value.
At each step, returns the value of the input flow at its previous step. Its first parameter is the first value of the result sequence.
Syntax
expr pre expr
Signatures
- Type
('T)('T) returns ('T)In this operator
'Tcan be extended to a group Causality
The output depends instantaneously on the first input.
Initialization
The resulting sequence has its first value defined if the first input has its first value defined.
Clock
Inputs and the output have the same clock.