#doc, #doc=, #to_schema
18
# File 'lib/icss/type/simple_types.rb', line 18 def fullname() :float ; end
# File 'lib/icss/type/simple_types.rb', line 18 def receive(val=nil) val.blank? ? nil : val.to_f ; end