mini\Util\Math\NumberInterface::scale() Method

public abstract

Signature

public abstract function scale(): ?int

Returns

?int

Documentation

Number of decimal places

BigInt always returns 0. Decimal returns its configured scale. Expr returns the scale of the evaluated result (or null if unevaluated).

Source

src/Util/Math/NumberInterface.php:28