python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to use double value in Text widget in flutter
I got a response from API which is
{"id":1,"title":"Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops","price":109.95,"description":"Your per...
TimeToCode
Votes: 0
Answers: 2
Migrate changing column from float to double changing higher values in ruby on rails
I'm trying to make a migrate that changes the column type from float to double, because the float type rounds off some values in the database, such as:
posted value: 23337840
value in database with co...
Luana Maia
Votes: 0
Answers: 1
Decimal value issue
I've got a really annoying task to do, and stuck with it.
So: I need to write a function which gives back the value of a floating number after the decimal.
For example: the param would be:5.456-> a...

Ballazx
Votes: 0
Answers: 3
C# - Double to String retuns unknown value
Here is my c# codes :
double amount_dbl = double.Parse("0.00001167");
string amount_str = amount_dbl.ToString();
amount_str is 1.167E-05
How can i get 0.00001167 after ToString()?

SilverLight
Votes: 0
Answers: 0