|
PerformanceEnvCalculateBytesPerSecond Method |
Calculate bytes per seconds
Namespace: DrawerBackup.NativeAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic double CalculateBytesPerSecond(
long len,
int seconds
)
Public Function CalculateBytesPerSecond (
len As Long,
seconds As Integer
) As Double
public:
double CalculateBytesPerSecond(
long long len,
int seconds
)
member CalculateBytesPerSecond :
len : int64 *
seconds : int -> float
Parameters
- len
- Type: SystemInt64
- seconds
- Type: SystemInt32
Return Value
Type:
Double
See Also