Prova così:

codice:
double n = 46.661;
float result = (float) (Math.ceil(n * Math.pow(10, 2)) / Math.pow(10, 2));