rate()
Syntax
rate(x)
Returns
Number
Description
Returns the current rate of change of the input variable over time. This is the functional equivalent of a derivative (d/dx).
Arguments
- x (Number): The variable or expression to track.
Examples
rate(Altitude)returns the vertical speed of the aircraft.