예제 #1
0
 public uint GetUIntAt(long offset) => HighPerfBitConverter.ToUInt32(GetByteArrayAt(offset, 4), 0);
예제 #2
0
 public ulong GetULongAt(long offset) => HighPerfBitConverter.ToUInt64(GetByteArrayAt(offset, 8), 0);
예제 #3
0
 public ushort GetUShortAt(long offset) => HighPerfBitConverter.ToUInt16(GetByteArrayAt(offset, 2), 0);