Return difference between two Counter64 values taking counter roll-over into account.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static ulong Diff(
	Counter64 first,
	Counter64 second
)
Public Shared Function Diff ( _
	first As Counter64, _
	second As Counter64 _
) As ULong
public:
static unsigned long long Diff(
	Counter64^ first, 
	Counter64^ second
)

Parameters

first
Counter64
First or older value
second
Counter64
Second or newer value

Return Value

Difference between the two values

See Also