N
nikolausss
Gast
Code:
final SpaceObject spacecraft = new SpaceObject();
int x;
int y;
x=spacecraft.x;
y=spacecraft.y;
Mein Problem ist dass spacecraft.x und spacecraft.y beides Double-Variablen sind.
Ich benötige sie aber als Int.
Als Fehlermeldung kommt mir dann "possible loss of precision"
ich hoffe mir kann einer helfen,
Dankeschön!