Class: HDF5::Slice
- Inherits:
-
Struct
- Object
- Struct
- HDF5::Slice
- Defined in:
- lib/hdf5.rb
Instance Attribute Summary collapse
-
#range ⇒ Object
Returns the value of attribute range.
-
#step ⇒ Object
Returns the value of attribute step.
Instance Attribute Details
#range ⇒ Object
Returns the value of attribute range
25 26 27 |
# File 'lib/hdf5.rb', line 25 def range @range end |
#step ⇒ Object
Returns the value of attribute step
25 26 27 |
# File 'lib/hdf5.rb', line 25 def step @step end |