[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Enum representing relational types of operation.
The following tables list the members exposed by the BitWiseOpEnum type.
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | BAndBoolean |
Bit Wise And.
|
![]() ![]() | BAndByte |
Bit Wise And.
|
![]() ![]() | BAndInt |
Bit Wise And.
|
![]() ![]() | BAndLong |
Bit Wise And.
|
![]() ![]() | BAndShort |
Bit Wise And.
|
![]() ![]() | BOrBoolean |
Bit Wise Or.
|
![]() ![]() | BOrByte |
Bit Wise Or.
|
![]() ![]() | BOrInt |
Bit Wise Or.
|
![]() ![]() | BOrLong |
Bit Wise Or.
|
![]() ![]() | BOrShort |
Bit Wise Or.
|
![]() ![]() | BXorBoolean |
Bit Wise Xor.
|
![]() ![]() | BXorByte |
Bit Wise Xor.
|
![]() ![]() | BXorInt |
Bit Wise Xor.
|
![]() ![]() | BXorLong |
Bit Wise Xor.
|
![]() ![]() | BXorShort |
Bit Wise Xor.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetComputer | Returns number or boolean computation for the target coercion type. |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |