从网上下载一文件下载函数
报错如下:
在以下方法或属性之间的调用不明确:“System.Math.Floor(decimal)”和“System.Math.Floor(double)”
int maxCount = (int)Math.Floor((fileLength - startBytes) / pack) + 1;