For example, round(133.8) returns the value 134. Examples. Copy float x = 9.2; int rx = round(x); // Sets 'rx' to 9 float y = 9.5; int ry = round(y); ...
確定! 回上一頁