hashcode-utils-kt / org.hildan.hashcode.utils.reader / HCReader / readDouble

readDouble

fun readDouble(): Double

Reads the next token of the input as a double.

Exceptions

NoMoreLinesToReadException - if the last token of the line was consumed and there is no more lines to read

InputParsingException - if the input could not be parsed as a double