Class: Google::Api::Distribution::Range
- Inherits:
-
Object
- Object
- Google::Api::Distribution::Range
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/api/distribution.rb
Overview
The range of the population values.
Instance Attribute Summary collapse
-
#max ⇒ Float
The maximum of the population values.
-
#min ⇒ Float
The minimum of the population values.
Instance Attribute Details
#max ⇒ Float
Returns The maximum of the population values.
79 |
# File 'lib/google/cloud/monitoring/v3/doc/google/api/distribution.rb', line 79 class Range; end |
#min ⇒ Float
Returns The minimum of the population values.
79 |
# File 'lib/google/cloud/monitoring/v3/doc/google/api/distribution.rb', line 79 class Range; end |