Exemplo n.º 1
0
 protected internal override short _GetShortLE(int index) => HeapByteBufferUtil.GetShortLE(this.array, index);
Exemplo n.º 2
0
 protected internal override short _GetShortLE(int index) => HeapByteBufferUtil.GetShortLE(this.Memory, this.Idx(index));