| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Unity.Mathematics.math-ror.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| x | Value to rotate. |
| n | Number of bits to rotate. |
int The rotated value.
Returns the result of rotating the bits of an int right by bits n.
| Parameter | Description |
|---|---|
| x | Value to rotate. |
| n | Number of bits to rotate. |
int2 The componentwise rotated value.
Returns the componentwise result of rotating the bits of an int2 right by bits n.
| Parameter | Description |
|---|---|
| x | Value to rotate. |
| n | Number of bits to rotate. |
int3 The componentwise rotated value.
Returns the componentwise result of rotating the bits of an int3 right by bits n.
| Parameter | Description |
|---|---|
| x | Value to rotate. |
| n | Number of bits to rotate. |
int4 The componentwise rotated value.
Returns the componentwise result of rotating the bits of an int4 right by bits n.
| Parameter | Description |
|---|---|
| x | Value to rotate. |
| n | Number of bits to rotate. |
uint The rotated value.
Returns the result of rotating the bits of a uint right by bits n.
| Parameter | Description |
|---|---|
| x | Value to rotate. |
| n | Number of bits to rotate. |
uint2 The componentwise rotated value.
Returns the componentwise result of rotating the bits of a uint2 right by bits n.
| Parameter | Description |
|---|---|
| x | Value to rotate. |
| n | Number of bits to rotate. |
uint3 The componentwise rotated value.
Returns the componentwise result of rotating the bits of a uint3 right by bits n.
| Parameter | Description |
|---|---|
| x | Value to rotate. |
| n | Number of bits to rotate. |
uint4 The componentwise rotated value.
Returns the componentwise result of rotating the bits of a uint4 right by bits n.
| Parameter | Description |
|---|---|
| x | Value to rotate. |
| n | Number of bits to rotate. |
long The rotated value.
Returns the result of rotating the bits of a long right by bits n.
| Parameter | Description |
|---|---|
| x | Value to rotate. |
| n | Number of bits to rotate. |
ulong The rotated value.
Returns the result of rotating the bits of a ulong right by bits n.
| Web Proxy Viewer | New URL | Original Page |