class Distribution_Range extends Message

The range of the population values.

Generated from protobuf message google.api.Distribution.Range

Methods

__construct()

No description

float
getMin()

The minimum of the population values.

$this
setMin(float $var)

The minimum of the population values.

float
getMax()

The maximum of the population values.

$this
setMax(float $var)

The maximum of the population values.

Details

at line 31
__construct()

at line 42
float getMin()

The minimum of the population values.

Generated from protobuf field double min = 1;

Return Value

float

at line 54
$this setMin(float $var)

The minimum of the population values.

Generated from protobuf field double min = 1;

Parameters

float $var

Return Value

$this

at line 68
float getMax()

The maximum of the population values.

Generated from protobuf field double max = 2;

Return Value

float

at line 80
$this setMax(float $var)

The maximum of the population values.

Generated from protobuf field double max = 2;

Parameters

float $var

Return Value

$this