Optimist::Float64Opt
Inherits Optimist::Option < Reference < Object
Floating point number option class.
Constructors
new(name, desc, default : Float64 | Nil, **kwargs)
SourceInstance methods
add_argument_value(paramlist : Array(String), _neg_given)
Sourcedefault
Sourcetype_format
Provide type-format string. Default to empty, but should probably be overridden for most subclasses.
value
Sourcevalue=(value : Float64 | Nil)
Source