「legInches」を丸めましたが、これを小数点以下 2 桁に丸めるにはどうすればよいですか?
具体的には - (int)round(legInches)
result = (isTitle)? @"Leg Span" : [NSString stringWithFormat:@"%dcm / %din", (int)legCentimetres, (int)round(legInches)];
「legInches」を丸めましたが、これを小数点以下 2 桁に丸めるにはどうすればよいですか?
具体的には - (int)round(legInches)
result = (isTitle)? @"Leg Span" : [NSString stringWithFormat:@"%dcm / %din", (int)legCentimetres, (int)round(legInches)];