CSPspEmu.Core.Cpu.VFpu.VfpuUtils.GetIndexCell C# (CSharp) Method

GetIndexCell() public static method

public static GetIndexCell ( VfpuCell Cell ) : int
Cell VfpuCell
return int
        public static int GetIndexCell(VfpuCell Cell)
        {
            return GetIndexCell(Cell.Matrix, Cell.Column, Cell.Row);
        }

Same methods

VfpuUtils::GetIndexCell ( VfpuRegisterInfo RegisterInfo ) : int
VfpuUtils::GetIndexCell ( VfpuRegisterInt Register ) : int
VfpuUtils::GetIndexCell ( int Matrix, int Column, int Row ) : int