Esempio n. 1
0
 public float[,] ReadMatrix(long address)
 {
     return(MemoryReader.ReadMatrix(address));
 }
Esempio n. 2
0
 public float[,] ReadMatrix(int offset)
 {
     return(MemoryReader.ReadMatrix(Address + offset));
 }