class CTioga2::MetaBuilder::Types::FloatParameter

A float

Public Instance Methods

string_to_type_internal(str) click to toggle source
# File lib/ctioga2/metabuilder/types/numbers.rb, line 45
def string_to_type_internal(str)
  return Float(str)
end