mixed[] $attributes:
public static function fromString(string $str, array $attributes = []) : Float_ { $attributes['rawValue'] = $str; $float = self::parse($str); return new Float_($float, $attributes); }