Метод | Описание | |
---|---|---|
Clone ( ) : |
Duplicate current object.
|
|
Gauge32 ( ) : System |
Constructs the default counter object. The initial value is defined by the super class default constructor
|
|
Gauge32 ( |
Constructs a new object with the same value as the passed object.
|
|
Gauge32 ( System val ) : System |
Constructor. Initialize class value with the unsigned integer 32-bit value encoded as string in the argument.
|
|
Gauge32 ( |
Constructor
|
|
Gauge32 ( UInteger32 uint32 ) : System |
Constructs a new object with the value constrained in the UInteger32 object.
|
public Gauge32 ( |
||
second | The object to recover values from. /// | |
Результат | System |
public Gauge32 ( System val ) : System | ||
val | System | 32-bit unsigned integer encoded as a string /// |
Результат | System |
public Gauge32 ( |
||
val | Initializing value | |
Результат | System |
public Gauge32 ( UInteger32 uint32 ) : System | ||
uint32 | UInteger32 | The UInteger32 object to copy. /// |
Результат | System |