Double.parseDouble

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kid Programmer
    New Member
    • Mar 2008
    • 176

    Double.parseDouble

    What does Double.parseDou ble do. I saw it in some code.
  • Laharl
    Recognized Expert Contributor
    • Sep 2007
    • 849

    #2
    Same thing as Integer.parseIn t, but for a Double. The API is great for this stuff, you know...much faster than waiting for someone to answer your question.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      @OP: I thought you had recently downloaded the API documentation pages?
      Use them.

      kind regards,

      Jos

      Comment

      • Kid Programmer
        New Member
        • Mar 2008
        • 176

        #4
        Originally posted by JosAH
        @OP: I thought you had recently downloaded the API documentation pages?
        Use them.

        kind regards,

        Jos
        I did but I had trouble finding them. I didn't know in what class or package to look in.

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by Kid Programmer
          I did but I had trouble finding them. I didn't know in what class or package to look in.
          Erm, what about class Double as you wrote yourself in your OP? Or what
          do you think 'Double' stands for in 'Double.parseDo uble()'? Have you seen the
          alphabetical class and interface listing in the left frame of the documentation?

          kind regards,

          Jos

          Comment

          Working...