Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::DoubleRange.
A range between two double numbers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end
def end() -> ::Float
Returns
- (::Float) — End of the range, exclusive.
#end=
def end=(value) -> ::Float
Parameter
- value (::Float) — End of the range, exclusive.
Returns
- (::Float) — End of the range, exclusive.
#start
def start() -> ::Float
Returns
- (::Float) — Start of the range, inclusive.
#start=
def start=(value) -> ::Float
Parameter
- value (::Float) — Start of the range, inclusive.
Returns
- (::Float) — Start of the range, inclusive.