int sensorValue = analogRead(A0);

int sensorValue = analogRead(A0) * 2;

If you like more control over the resulting value, have a look on the Map() method.