Prado\Web\UI\ActiveControls\TValueTriggeredCallback::getDecayRate PHP Méthode

getDecayRate() public méthode

Gets the decay rate between callbacks. Default is 0;
public getDecayRate ( ) : float
Résultat float decay rate between callbacks.
    public function getDecayRate()
    {
        return $this->getViewState('Decay', 0);
    }