final class DecimalRange
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.

The finite decimal interval described by precision, scale and signedness.

Properties§

public int $scale

Number of fractional decimal digits.

public float $minimum

Smallest value permitted by the decimal declaration.

public float $maximum

Largest value permitted by the decimal declaration.

Methods§

public function __construct(ColumnDefinition $column, bool $unsigned = false)

Includes the fractional part of the highest representable decimal value.

Parameters

$columnColumnDefinition
$unsignedbool
Calls 1

Test cases 27§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 2
Other tests reaching this symbol 25

Relations§

Instantiated in 4