Search:

Type: Posts; User: jean28

Search: Search took 0.08 seconds.

  1. Re: How to get the fractional part of this number without so much precision?

    Then is there a way that I can extract the fractional part away from that double? My main objective is, if I have an imported double variable with any value, say 3.45, then somehow get a variable...
  2. How to get the fractional part of this number without so much precision?

    Hey guys,

    I have a number type double and want to split it up into its integer and fractional parts. For example, if I have 3.45 i want a variable that has 3 and another one that has 45.

    I...
Results 1 to 2 of 2