module Float64::Lucky
 
  Included Modules
Extended Modules
Defined in:
avram/charms/float64_extensions.crClass Method Summary
Instance Method Summary
- #from_db!(value : Float64)
 - #from_db!(value : PG::Numeric)
 - #parse(value : Float64)
 - #parse(values : Array(Float64))
 - #parse(value : PG::Numeric)
 - #parse(values : Array(PG::Numeric))
 - #parse(value : String)
 - #parse(value : Int32)
 - #parse(value : Int64)
 - #to_db(value : Float64) : String
 - #to_db(values : Array(Float64))
 
Instance methods inherited from module Avram::Type
  
  
    
      from_db!(value)
    from_db!, 
    
  
    
      parse(value : Nil)parse(values : Array(String)) parse, parse!(value) parse!, to_db(value : Nil) to_db, to_db!(value) to_db!