Class: Google::Api::Distribution::Range

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/distribution.rb

Overview

The range of the population values.

Instance Attribute Summary collapse

Instance Attribute Details

#max::Float

Returns The maximum of the population values.

Returns:

  • (::Float)

    The maximum of the population values.



95
96
97
98
# File 'proto_docs/google/api/distribution.rb', line 95

class Range
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min::Float

Returns The minimum of the population values.

Returns:

  • (::Float)

    The minimum of the population values.



95
96
97
98
# File 'proto_docs/google/api/distribution.rb', line 95

class Range
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end