mini\Util\Math\Decimal::__toString() Method

public

Signature

public function __toString(): string

Returns

string

Documentation

Convert to string representation

Always shows exactly scale decimal places:

  • scale=2: "123.45", "0.05", "100.00"
  • scale=0: "123", "0", "100"

Source

src/Util/Math/Decimal.php:682-700