CSPspEmu.Core.Cpu.VFpu.VfpuCell.VfpuCell C# (CSharp) Method

VfpuCell() public method

public VfpuCell ( int Matrix, int Column, int Row ) : System
Matrix int
Column int
Row int
return System
        public VfpuCell(int Matrix, int Column, int Row)
        {
            this.Matrix = Matrix;
            this.Column = Column;
            this.Row = Row;
        }
VfpuCell