Constructs a float number scalar node.
float $value Value of the number:
array<string, mixed> $attributes Additional attributes:
public function __construct(float $value, array $attributes = []) { $this->attributes = $attributes; $this->value = $value; }