Property | Type | Description | |
---|---|---|---|
bytes | ulong | ||
gbytes | ulong | ||
kbytes | ulong | ||
mbytes | ulong | ||
pbytes | ulong | ||
tbytes | ulong |
Method | Description | |
---|---|---|
AddBytes ( ulong count ) : void |
Adds bits(total misnomer because bits per second looks a lot better than bytes per second)
|
|
ToString ( ) : string |
Returns the bits per second since the last time this function was called
|
public AddBytes ( ulong count ) : void | ||
count | ulong | The number of bits to add |
return | void |