Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

tsothcott

Average File Transfer Speed

Just wondering if my math is correct here?

AverageMBps = (((info.Length / stopwatch.Elapsed.TotalSeconds) / 1024) / 1024);


Where info.length is the file size in bytes