0

「legInches」を丸めましたが、これを小数点以下 2 桁に丸めるにはどうすればよいですか?

具体的には - (int)round(legInches)

result = (isTitle)? @"Leg Span" : [NSString stringWithFormat:@"%dcm / %din", (int)legCentimetres, (int)round(legInches)];
4

1 に答える 1