Class: Google::Cloud::AutoML::V1beta1::DoubleRange

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/ranges.rb

Overview

A range between two double numbers.

Instance Attribute Summary collapse

Instance Attribute Details

#endFloat

Returns End of the range, exclusive.

Returns:

  • (Float)

    End of the range, exclusive.



27
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/ranges.rb', line 27

class DoubleRange; end

#startFloat

Returns Start of the range, inclusive.

Returns:

  • (Float)

    Start of the range, inclusive.



27
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/ranges.rb', line 27

class DoubleRange; end