Returns the sample rate of a series.
RATE(series)
series |
- |
Optional. A series or table. Defaults to the current Window. |
A scalar.
W1: grand(100, 0.001, 3, 6)
rate
returns 1000.0.
The RATE of a series is the inverse of the DELTAX:
See SETRATE to set the series sample rate.