Posts by Luiz Arruda • 36 points
1 post
-
2
votes1
answer849
viewsA: Data conversion in types such as int and double
Try this on Java Double.parseDouble(x) Integer.parseInt(x) C# Convert.ToDouble(x) Convert.ToInt32(x)
1 post
2
votes1
answer849
viewsTry this on Java Double.parseDouble(x) Integer.parseInt(x) C# Convert.ToDouble(x) Convert.ToInt32(x)