private static CalcBitsPerSecond ( System.DateTime start, System.DateTime end, long bytes ) : long | ||
start | System.DateTime | /// Start time for calculation. /// |
end | System.DateTime | /// End time for calculation. /// |
bytes | long | /// Bytes in period between start end end. /// |
리턴 | long |