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