| Parameter | Description |
|---|---|
| x | Value to reverse. |
int Value with reversed bits.
Returns the result of performing a reversal of the bit pattern of an int value.
| Parameter | Description |
|---|---|
| x | Value to reverse. |
int2 Value with componentwise reversed bits.
Returns the result of performing a componentwise reversal of the bit pattern of an int2 vector.
| Parameter | Description |
|---|---|
| x | Value to reverse. |
int3 Value with componentwise reversed bits.
Returns the result of performing a componentwise reversal of the bit pattern of an int3 vector.
| Parameter | Description |
|---|---|
| x | Value to reverse. |
int4 Value with componentwise reversed bits.
Returns the result of performing a componentwise reversal of the bit pattern of an int4 vector.
| Parameter | Description |
|---|---|
| x | Value to reverse. |
uint Value with reversed bits.
Returns the result of performing a reversal of the bit pattern of a uint value.
| Parameter | Description |
|---|---|
| x | Value to reverse. |
uint2 Value with componentwise reversed bits.
Returns the result of performing a componentwise reversal of the bit pattern of an uint2 vector.
| Parameter | Description |
|---|---|
| x | Value to reverse. |
uint3 Value with componentwise reversed bits.
Returns the result of performing a componentwise reversal of the bit pattern of an uint3 vector.
| Parameter | Description |
|---|---|
| x | Value to reverse. |
uint4 Value with componentwise reversed bits.
Returns the result of performing a componentwise reversal of the bit pattern of an uint4 vector.
| Parameter | Description |
|---|---|
| x | Value to reverse. |
long Value with reversed bits.
Returns the result of performing a reversal of the bit pattern of a long value.
| Parameter | Description |
|---|---|
| x | Value to reverse. |
ulong Value with reversed bits.
Returns the result of performing a reversal of the bit pattern of a ulong value.