class Range extends Message

The range of the population values.

Generated from protobuf message google.api.Distribution.Range

Methods

__construct(array $data = NULL)

Constructor.

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 43
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type float $min
      The minimum of the population values.
@type float $max
      The maximum of the population values.

}

at line 54
float getMin()

The minimum of the population values.

Generated from protobuf field double min = 1;

Return Value

float

at line 66
$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 80
float getMax()

The maximum of the population values.

Generated from protobuf field double max = 2;

Return Value

float

at line 92
$this setMax(float $var)

The maximum of the population values.

Generated from protobuf field double max = 2;

Parameters

float $var

Return Value

$this