value ? floatval($this->value) : null; } public function set($value): bool { return parent::set(floatval($value)); } }