BrawlCrate v0.41
Wii File Editor
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
BrawlLib.Internal.Int16Extension Class Reference

Static Public Member Functions

static short Reverse (this short value)
 

Member Function Documentation

◆ 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: