17 lines
172 B
Markdown
17 lines
172 B
Markdown
# Shift
|
||
|
||
Sets shift of a moving average.
|
||
|
||
```
|
||
void Shift(
|
||
int shift // parameter
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
shift
|
||
|
||
[in] Shift of a moving average.
|