The range of the population values.
Generated from protobuf message google.api.Distribution.Range
CloneableInstantiable
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getMax() The maximum of the population values. Generated from protobuf field double max = 2;
|
| public getMin() The minimum of the population values. Generated from protobuf field double min = 1;
|
| public setMax( $var) The maximum of the population values. Generated from protobuf field double max = 2;
|
| public setMin( $var) The minimum of the population values. Generated from protobuf field double min = 1;
|
| Properties |
| protected $max = 0 The maximum of the population values. Generated from protobuf field double max = 2; |
| protected $min = 0 The minimum of the population values. Generated from protobuf field double min = 1; |
| Methods |