Class: Hyperll::HyperLogLogPlus::Distance
- Inherits:
-
Struct
- Object
- Struct
- Hyperll::HyperLogLogPlus::Distance
- Defined in:
- lib/hyperll/hyper_log_log_plus.rb
Instance Attribute Summary collapse
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#distance ⇒ Object
Returns the value of attribute distance
8 9 10 |
# File 'lib/hyperll/hyper_log_log_plus.rb', line 8 def distance @distance end |
#index ⇒ Object
Returns the value of attribute index
8 9 10 |
# File 'lib/hyperll/hyper_log_log_plus.rb', line 8 def index @index end |