Search:

Type: Posts; User: bgroenks96

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,281

    Re: Character Values Inside of Number Values

    But the value NaN prints as "NaN"

    How can you define something as a double value, when it has a character form in print?
  2. Replies
    4
    Views
    1,281

    Re: Character Values Inside of Number Values

    I have tried using the Double.longBitsToDouble method to convert a character to double but no matter what I pass it, it won't return the character.

    I have tried passing the character's bit value...
  3. Replies
    4
    Views
    1,281

    Character Values Inside of Number Values

    I am curious... the Java API is able to return the apparent String "NaN" as a double value for non-real calculations.

    How can one include characters in a double value?

    Say if you wanted to...
Results 1 to 3 of 3