struct HDF5::Selection::Slice

Defined in:

hdf5/selection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start : Int64, count : Int64, stride : Int64 = 1_i64, block : Int64 = 1_i64) #

[View source]

Instance Method Detail

def block : Int64 #

def clone #

[View source]
def copy_with(start _start = @start, count _count = @count, stride _stride = @stride, block _block = @block) #

[View source]
def count : Int64 #

def start : Int64 #

def stride : Int64 #