Distribution_Range
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;
at line 53
setMin(float $var)
The minimum of the population values.
Generated from protobuf field double min = 1;
at line 65
float
getMax()
The maximum of the population values.
Generated from protobuf field double max = 2;
at line 76
setMax(float $var)
The maximum of the population values.
Generated from protobuf field double max = 2;