public function __construct(mixed $value, float $delta) { $this->value = $value; $this->delta = $delta; }