Class: Arrow::HalfFloatArray
- Inherits:
-
Object
- Object
- Arrow::HalfFloatArray
- Defined in:
- lib/arrow/half-float-array.rb
Instance Method Summary collapse
Instance Method Details
#get_value(i) ⇒ Object
20 21 22 |
# File 'lib/arrow/half-float-array.rb', line 20 def get_value(i) HalfFloat.new(get_raw_value(i)).to_f end |