|
static short | Reverse (this short value) |
|
◆ Reverse()
static short BrawlLib.Internal.Int16Extension.Reverse |
( |
this short |
value | ) |
|
|
inlinestatic |
6 {
7 return (short) (((value >> 8) & 0xFF) | (value << 8));
8 }
The documentation for this class was generated from the following file:
- BrawlLib/Internal/Int16Extension.cs