Protected constructor. Use a factory method to obtain an instance.
string $value The unscaled value, validated.:
int $scale The scale, validated.:
protected function __construct(string $value, int $scale = 0) { $this->value = $value; $this->scale = $scale; }