Method | Description | |
---|---|---|
Clone ( ) : |
Duplicate current object
|
|
Counter32 ( ) : System |
Constructor
|
|
Counter32 ( |
Constructor
|
|
Counter32 ( System val ) : System |
Constructor
|
|
Counter32 ( |
Constructor.
|
|
Counter32 ( UInteger32 uint32 ) : System |
Constructor
|
|
Diff ( |
Return difference between two Counter32 values taking counter roll-over into account.
|
public Counter32 ( |
||
second | Copy parameter | |
return | System |
public Counter32 ( System val ) : System | ||
val | System | Unsigned integer encoded in a string. |
return | System |
public Counter32 ( |
||
val | UInt32 value | |
return | System |
public Counter32 ( UInteger32 uint32 ) : System | ||
uint32 | UInteger32 | UInteger32 value |
return | System |
public static Diff ( |
||
first | First or older value | |
second | Second or newer value | |
return |