单项选择题

以下关于Math类的各方法说明,错误的是()。

A.Math.Abs(-1);返回值为1
B.Math.Ceiling(1.3);返回值为2
C.Math.Floor(1.3);返回值为1
D.Math.Round(1.3);返回值为2