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