Package com.beust.jcommander.converters
Class FloatConverter
- All Implemented Interfaces:
 IStringConverter<Float>
Convert a string to a float.
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.beust.jcommander.converters.BaseConverter
getErrorString, getOptionName 
- 
Constructor Details
- 
FloatConverter
 
 - 
 - 
Method Details
- 
convert
- Returns:
 - an object of type T created from the parameter value.
 
 
 -