IdentPred
[[category::Operators]]
x[Time-n]
x[Time-n]
is used inside a Dynamic() function to refer to a previous time period, «n» steps back along Time. When used in Dynamic[J]()
along the dynamic index J
, you would use x[J-n]
.
This is synonymous with the slice expression x[@Time=Time-n]
.
See also
- Slice operator,
x[@Time=@Time-n]
Comments
Enable comment auto-refresher