Class: NArray
- Inherits:
-
Object
- Object
- NArray
- Defined in:
- lib/hdf5.rb
Instance Method Summary collapse
-
#ffi_pointer ⇒ Object
Returns an FFI::Pointer which points to the location of the actual data array in memory.
Instance Method Details
#ffi_pointer ⇒ Object
Returns an FFI::Pointer which points to the location of the actual data array in memory.
6 7 8 |
# File 'lib/hdf5.rb', line 6 def ffi_pointer FFI::Pointer.new(Hdf5.narray_data_address(self)) end |