/** @return float */
 public function getChangeValue()
 {
     $result = parent::getChangeValue();
     return $result;
 }