nextDouble

Returns the double value of the next token, consuming it. If the next token is a string, this method will attempt to parse it as a double using .

abstract fun nextDouble(): Double