A floating point interval.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#exclusive_maximum
def exclusive_maximum() -> ::Float
    Returns
    
  - (::Float) — Exclusive upper bound.
#exclusive_maximum=
def exclusive_maximum=(value) -> ::Float
    Parameter
    
  - value (::Float) — Exclusive upper bound.
    Returns
    
  - (::Float) — Exclusive upper bound.
#exclusive_minimum
def exclusive_minimum() -> ::Float
    Returns
    
  - (::Float) — Exclusive lower bound.
#exclusive_minimum=
def exclusive_minimum=(value) -> ::Float
    Parameter
    
  - value (::Float) — Exclusive lower bound.
    Returns
    
  - (::Float) — Exclusive lower bound.
#maximum
def maximum() -> ::Float
    Returns
    
  - (::Float) — Inclusive upper bound.
#maximum=
def maximum=(value) -> ::Float
    Parameter
    
  - value (::Float) — Inclusive upper bound.
    Returns
    
  - (::Float) — Inclusive upper bound.
#minimum
def minimum() -> ::Float
    Returns
    
  - (::Float) — Inclusive lower bound.
#minimum=
def minimum=(value) -> ::Float
    Parameter
    
  - value (::Float) — Inclusive lower bound.
    Returns
    
- (::Float) — Inclusive lower bound.