mini\Util\Math\Int\IntValue::modulus() Method

public abstract

Signature

public abstract function modulus(self|string|int $other): static

Parameters

Name Type Default Description
$other self|string|int required Documentation missing

Returns

static

Documentation

Remainder after integer division

Source

src/Util/Math/Int/IntValue.php:50