UInt32Ptr Operators and Type Conversions
The UInt32Ptr type exposes the following members.
Operators
|
Name |
Description |
---|---|---|
|
Implements the + operator. | |
|
Implements the == operator. | |
|
Performs an explicit conversion from UInt32 to UInt32Ptr. | |
|
Performs an explicit conversion from UInt32Ptr to UInt32. | |
|
Performs an explicit conversion from UInt32Ptr to UInt64. | |
|
Performs an explicit conversion from UInt32Ptr to UIntPtr. | |
|
Performs an explicit conversion from UInt32Ptr to Void. | |
|
Performs an explicit conversion from UInt64 to UInt32Ptr. | |
|
Performs an explicit conversion from UInt64Ptr to UInt32Ptr. | |
|
Performs an explicit conversion from Void to UInt32Ptr. | |
|
Implements the != operator. | |
|
Implements the - operator. |