Interpolator::GetRate
Defined in:
Returns the rate at which an interpolator changes.
C4Time.h
Prototype
float GetRate(void) const;
Description
The GetRate
function returns the current rate at which an interpolator changes. The rate is measured in the change in value per millisecond.
See Also