open fun getDouble(index: Int): Double
Get a double at a specified index.
index - Int: The array index.
index
IndexOutOfBoundsException - If the index is out of bounds.
IndexOutOfBoundsException
TomlInvalidTypeException - If the value is not a long.
TomlInvalidTypeException
Return Double: The value.