Reference documentation and code samples for the Google API Common Protos Client class Range.
The range of the population values.
Generated from protobuf message google.api.Distribution.Range
Namespace
Google \ Api \ DistributionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ min |
float
The minimum of the population values. |
↳ max |
float
The maximum of the population values. |
getMin
The minimum of the population values.
| Returns | |
|---|---|
| Type | Description |
float |
|
setMin
The minimum of the population values.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMax
The maximum of the population values.
| Returns | |
|---|---|
| Type | Description |
float |
|
setMax
The maximum of the population values.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|