如何乘法和返回数组

时间:2017-01-18 20:11:53

标签: notepad++

我面临乘以priceperItem和数量的问题,编译器会给错误的运营商带来错误' *'

String.format("%s\t%s\t%s\t%s\n%s\t%d\t%f\t%f","Discription","Qty","Rate","Amount",getItem_description(),getQuantity(),getPricePerItem(),getPricePerItem()*getQuantity());

1 个答案:

答案 0 :(得分:0)

getPricePerItem()getQuantity()(或两者)最有可能返回未定义或允许*操作的数据类型。