Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    8,318

    Re: Parsing Scientific Notation from String

    Ok, this has translated into a database issue that I have no idea what to do.

    I am retrieving these numbers from a database. As it turns out, when it reads in the values from the database, it is...
  2. Replies
    7
    Views
    8,318

    Re: Parsing Scientific Notation from String

    Ok, so what the hell happened to the 0 when I told it to parse the number?
  3. Replies
    7
    Views
    8,318

    Re: Parsing Scientific Notation from String

    Yep, the number above and about a thousand other numbers.

    What strikes me as odd is I think the 0 between the - and the 2 is just being thrown away (possibly the cause of the exception).
  4. Replies
    7
    Views
    8,318

    Re: Parsing Scientific Notation from String

    Nope, failed.

    This is the error now:
  5. Replies
    7
    Views
    8,318

    Parsing Scientific Notation from String

    I am trying to figure out how to parse a number into a double which represented as a String in scientific notation.

    For example, I have the number: 8.86162677393184E-02.

    When I do a...
Results 1 to 5 of 5