class Range

Range histogram.

Methods

__construct(int $start, int $end)

No description

bool
contains(int $value)

No description

Details

at line 37
__construct(int $start, int $end)

Parameters

int $start
int $end

Exceptions

OutOfBoundsException

at line 52
bool contains(int $value)

Parameters

int $value

Return Value

bool