org.das2.qds.util.AsciiParser.FieldParser
A FieldParser takes character data and returns a number representing
 the data.  The units of the field are often used with this when parsing.
parseField
parseField( String field, int columnIndex ) → double
parse the field into a double representing
Parameters
field - the field
columnIndex - the column index.
Returns:
the double representing
[search for examples]
 [view on GitHub]
 [view on old javadoc]
 [view source]