21 use GetTypeIdFromConstTrait;
23 public const ID = EntityMetadataTypes::FLOAT;
25 public function __construct(
29 public function getValue() :
float{
34 return $other instanceof
self and $other->value === $this->value;
42 $out->putLFloat($this->value);