class Distribution_Range extends Message

The range of the population values.

Protobuf type Google\Api\Distribution\Range

Methods

__construct()

No description

float
getMin()

The minimum of the population values.

setMin(float $var)

The minimum of the population values.

float
getMax()

The maximum of the population values.

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 53
setMin(float $var)

The minimum of the population values.

Generated from protobuf field double min = 1;

Parameters

float $var

at line 65
float getMax()

The maximum of the population values.

Generated from protobuf field double max = 2;

Return Value

float

at line 76
setMax(float $var)

The maximum of the population values.

Generated from protobuf field double max = 2;

Parameters

float $var