+ 2
What's the difference between Convert.ToInt32() and (int)
double d = 3.9; int x = Convert.ToInt32(d); int y = (int)d;
4 Respostas
+ 1
Louie Blue
What a great explanation
+ 1
Louie Blue
Anything else you want to say to impress me?
0
Ssdfgdffffy
Hazs
0
Sertttt