Overload List
| Name | Description | |
|---|---|---|
| UInteger32()()() | Constructor. Class value is set to 0.
| |
| UInteger32(UInteger32) | Constructor. Initializes the class to the same value as the argument.
| |
| UInteger32(String) | Constructor. Initialize the class with the unsigned integer 32-bit value
stored as a string value in the argument.
| |
| UInteger32(UInt32) | Constructor. SET the class value to the supplied 32-bit value.
|