Beispiel #1
0
 public static UInt16 Endian(UInt16 v)
 {
     return(Util.ByteToUShort(Util.EndianRetByte(Util.ToByte(v))));
 }