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

public abstract

Signature

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

Parameters

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

Returns

static

Documentation

Integer division (truncates toward zero)

Source

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