Re: receiving int64 value
- From: Sylvain <noSpam@xxxxxxxx>
- Date: Thu, 20 Mar 2008 00:12:55 +0100
Anthony Jones wrote on 19/03/2008 18:01:
do you confirm that JScript can not receive int64 values ?
is there any method I can use to bypass this issue ?
JScript is likely using a double internally to handle this size of number.
Can you send a double instead?
double, if they comply with IEEE - I expects they do - store the
mantissa on 52 bits, I will obtain a wrong value for int larger
than that, but I think that my values are under +/- 48 bits
(have to check), it could be a solution.
thanks for this idea.
Sylvain.
.
- References:
- receiving int64 value
- From: Sylvain
- Re: receiving int64 value
- From: Anthony Jones
- receiving int64 value
- Prev by Date: Re: receiving int64 value
- Next by Date: Compiler Error with Catch Block Param in Functions using Same Global Name
- Previous by thread: Re: receiving int64 value
- Next by thread: Compiler Error with Catch Block Param in Functions using Same Global Name
- Index(es):