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