美文网首页
iOS 除法,结果为小数格式

iOS 除法,结果为小数格式

作者: RedRose丶 | 来源:发表于2019-06-19 16:10 被阅读0次
    NSInteger width = 10;
    NSInteger height = 3;
    float scale = self_W * 1.0 / counts;
    NSLog(@"%f", scale);
    // (3.333333)
    

    相关文章

      网友评论

          本文标题:iOS 除法,结果为小数格式

          本文链接:https://www.haomeiwen.com/subject/oqmkqctx.html