예제 #1
0
        // -- Swapping --

        internal static short Swap(short x)
        {
            return(Short.ReverseBytes(x));
        }