C# float 浮点型取两位

int a =1;

int b =3;

float c = a/b;

Math.round(c,2);