Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Floating value is too small
Message
From
23/02/2014 20:26:45
Michel Fournier (Online)
Level Extreme Inc.
Petit-Rocher, New Brunswick, Canada
 
 
To
23/02/2014 19:54:56
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01595024
Message ID:
01595027
Views:
40
>IEEE-754 defines 32-bit floating point values to support an exponent range from about E-38 to E+38. See: https://en.wikipedia.org/wiki/IEEE_754
>
>The value you're trying to populate requires 64-bit, which allows an exponent range of E-323 to E+308. If you need 32-bit only, it will have to be interpreted as zero. And even as it is, it's questionable as to why you would need to use such a small number for total or disk space.

Yes, I have been working on fixing this since the last hour. Basically, I had to upscale all classes that negotiates with data to support Int64. Once this overload support added and the variables adjusted from Double to Int64 to numeric values, all went well.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform