CSPspEmu.Hle.Modules.threadman.ThreadManForUser.FixedPool.GetAddressFromBlockIndex C# (CSharp) Метод

GetAddressFromBlockIndex() публичный Метод

public GetAddressFromBlockIndex ( int Index ) : uint
Index int
Результат uint
            public uint GetAddressFromBlockIndex(int Index)
            {
                return (uint)(MemoryPartition.Low + Index * BlockSize);
            }