class CulSum2D(T)
- CulSum2D(T)
- Reference
- Object
Defined in:
datastructure/cul_sum_2d.crConstructors
Instance Method Summary
- #[](ys : Int, yc : Int, xs : Int, xc : Int) : T
- #[](y_range : Range, x_range : Range) : T
- #[]?(y_start : Int, y_count : Int, x_start : Int, x_count : Int) : T?
- #[]?(y_range : Range, x_range : Range) : T?
- #height : Int32
- #to_a : Array(Array(T))
- #width : Int32