module CrImage::NumericMap(T)
Overview
Additional methods for Map
that assume T
is a numeric type. See MapImpl
Included Modules
Direct including types
Defined in:
cr-image/map.crInstance Method Summary
- #+(other : NumericMap(T)) : NumericMap(T)
- #-(other : NumericMap(T)) : NumericMap(T)
- #max : T
- #min : T
- #sum : T
- #to_c : NumericMap(Complex)
- #to_f : NumericMap(Float64)
- #to_i : NumericMap(Int32)
Instance methods inherited from module CrImage::Map(T)
[](x : Int32, y : Int32) : T[](index : Int32) : T [], []?(x : Int32, y : Int32) : T | Nil
[]?(index : Int32) : T | Nil []?, height : Int32 height, shape : Tuple(Int32, Int32) shape, size : Int32 size, width : Int32 width