标签: c#
我需要计算重量而不四舍五入。哪种是最适合体重的类型 float,double或小数。
float weight=0.333f; double weight=0.333; decimal weight=0.333m;
我的体重将从0.000到999.000;