To round a non-negative floating point value to the nearest "integer": ... A. floatValue = float(int(floatValue * 10 + 0.5)) / 10;
確定! 回上一頁