struct Gviz::Visualizer::Hidden
- Gviz::Visualizer::Hidden
- Struct
- Value
- Object
Defined in:
gviz.crConstructors
Instance Method Summary
- #count : Int32
- #count=(count : Int32)
- #sizes : Array(Int32)
- #sizes=(sizes : Array(Int32))
- #values : Array(Array(Float64))
- #values=(values : Array(Array(Float64)))
Constructor Detail
def self.new(count : Int32 = 0, sizes : Array(Int32) = Array(Int32).new, values : Array(Array(Float64)) = Array(Array(Float64)).new)
#