Exemple #1
0
 public static UInt64 Endian(UInt64 v)
 {
     return(Util.ByteToULong(Util.EndianRetByte(Util.ToByte(v))));
 }